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
Родитель b3970ee159
Коммит 5421af34cc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)