From bc0a1c61f7ab4d95caff5bcccab3083eeafe8776 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 29 Jul 2010 13:02:27 -0700 Subject: [PATCH] scanner: better comment R=rsc CC=golang-dev https://golang.org/cl/1900044 --- src/pkg/scanner/scanner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/scanner/scanner.go b/src/pkg/scanner/scanner.go index f60a4eed27b..a1aa109cb24 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