mirror of
https://github.com/golang/go
synced 2024-11-18 18:54:42 -07:00
go/analysis/internal/checker: correct comment grammar
Change-Id: I78b41326c5d8d22fbff40f89721ac3aad3a5c63c Reviewed-on: https://go-review.googlesource.com/c/158841 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
24cd39ecf7
commit
b2f1847864
@ -42,7 +42,7 @@ var (
|
|||||||
CPUProfile, MemProfile, Trace string
|
CPUProfile, MemProfile, Trace string
|
||||||
)
|
)
|
||||||
|
|
||||||
// RegisterFlags registers command-line flags used the analysis driver.
|
// RegisterFlags registers command-line flags used by the analysis driver.
|
||||||
func RegisterFlags() {
|
func RegisterFlags() {
|
||||||
// When adding flags here, remember to update
|
// When adding flags here, remember to update
|
||||||
// the list of suppressed flags in analysisflags.
|
// the list of suppressed flags in analysisflags.
|
||||||
|
Loading…
Reference in New Issue
Block a user