From: Robert Griesemer Date: Thu, 29 Jul 2010 20:02:27 +0000 (-0700) Subject: scanner: better comment X-Git-Tag: weekly.2010-07-29~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc0a1c61f7ab4d95caff5bcccab3083eeafe8776;p=gostls13.git scanner: better comment R=rsc CC=golang-dev https://golang.org/cl/1900044 --- diff --git a/src/pkg/scanner/scanner.go b/src/pkg/scanner/scanner.go index f60a4eed27..a1aa109cb2 100644 --- a/src/pkg/scanner/scanner.go +++ b/src/pkg/scanner/scanner.go @@ -158,7 +158,7 @@ type Scanner struct { ErrorCount int // The Mode field controls which tokens are recognized. For instance, - // to recognize Ints, set the (1<<-Int) bit in Mode. The field may be + // to recognize Ints, set the ScanInts bit in Mode. The field may be // changed at any time. Mode uint