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:
Alan Donovan 2014-04-15 15:39:24 -04:00
parent b3970ee159
commit 5421af34cc
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ type context struct {
}
// A checker maintains the state of the type checker.
// It must be created with newChecker.
// It must be created with NewChecker.
type checker struct {
// package information
// (initialized by NewChecker, valid for the life-time of checker)