go.tools/go/types: fix typo in comment.
LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/88200044
This commit is contained in:
parent
b3970ee159
commit
5421af34cc
|
@ -46,7 +46,7 @@ type context struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// A checker maintains the state of the type checker.
|
// A checker maintains the state of the type checker.
|
||||||
// It must be created with newChecker.
|
// It must be created with NewChecker.
|
||||||
type checker struct {
|
type checker struct {
|
||||||
// package information
|
// package information
|
||||||
// (initialized by NewChecker, valid for the life-time of checker)
|
// (initialized by NewChecker, valid for the life-time of checker)
|
||||||
|
|
Loading…
Reference in New Issue