http2: fix a typo

Change-Id: I7127c3d646042c92fbfbd45e75b08e9b3776d8e9
Reviewed-on: https://go-review.googlesource.com/c/163657
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/http2/frame.go b/http2/frame.go
index b46791d..514c126 100644
--- a/http2/frame.go
+++ b/http2/frame.go
@@ -643,7 +643,7 @@
 	return f.WriteDataPadded(streamID, endStream, data, nil)
 }
 
-// WriteData writes a DATA frame with optional padding.
+// WriteDataPadded writes a DATA frame with optional padding.
 //
 // If pad is nil, the padding bit is not sent.
 // The length of pad must not exceed 255 bytes.