go/scanner: fix minor typo

R=r
CC=golang-dev
https://golang.org/cl/6442076
This commit is contained in:
Robert Griesemer 2012-08-02 17:10:41 -07:00
parent 593c51cff1
commit c12a63f7d3

View File

@ -81,7 +81,7 @@ func (s *Scanner) next() {
}
}
// A mode value is set of flags (or 0).
// A mode value is a set of flags (or 0).
// They control scanner behavior.
//
type Mode uint