diff options
Diffstat (limited to 'libgo/go/exp/html/token.go')
-rw-r--r-- | libgo/go/exp/html/token.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/html/token.go b/libgo/go/exp/html/token.go index 517bd5d3ee8..f9a087b02d9 100644 --- a/libgo/go/exp/html/token.go +++ b/libgo/go/exp/html/token.go @@ -320,7 +320,7 @@ loop: } // readRawEndTag attempts to read a tag like "</foo>", where "foo" is z.rawTag. -// If it succeeds, it backs up the input position to reconsume the tag and +// If it succeeds, it backs up the input position to reconsume the tag and // returns true. Otherwise it returns false. The opening "</" has already been // consumed. func (z *Tokenizer) readRawEndTag() bool { |