diff options
Diffstat (limited to 'libgo/go/text/scanner/scanner.go')
-rw-r--r-- | libgo/go/text/scanner/scanner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/text/scanner/scanner.go b/libgo/go/text/scanner/scanner.go index 3ab01ed..0155800 100644 --- a/libgo/go/text/scanner/scanner.go +++ b/libgo/go/text/scanner/scanner.go @@ -73,7 +73,7 @@ const ( GoTokens = ScanIdents | ScanFloats | ScanChars | ScanStrings | ScanRawStrings | ScanComments | SkipComments ) -// The result of Scan is one of the following tokens or a Unicode character. +// The result of Scan is one of these tokens or a Unicode character. const ( EOF = -(iota + 1) Ident |