Commit c12a63f7 authored by Robert Griesemer's avatar Robert Griesemer

go/scanner: fix minor typo

R=r
CC=golang-dev
https://golang.org/cl/6442076
parent 593c51cf
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment