]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgo/go/golang.org/x/net/http2/hpack/encode.go
libgo: update to Go1.14beta1
[thirdparty/gcc.git] / libgo / go / golang.org / x / net / http2 / hpack / encode.go
index 1565cf2702d27ac4e614d3747c92ef8f267457ad..97f17831fc55b8c944d501320dbc5d2f03016e39 100644 (file)
@@ -150,7 +150,7 @@ func appendIndexed(dst []byte, i uint64) []byte {
 // extended buffer.
 //
 // If f.Sensitive is true, "Never Indexed" representation is used. If
-// f.Sensitive is false and indexing is true, "Inremental Indexing"
+// f.Sensitive is false and indexing is true, "Incremental Indexing"
 // representation is used.
 func appendNewName(dst []byte, f HeaderField, indexing bool) []byte {
        dst = append(dst, encodeTypeByte(indexing, f.Sensitive))