From 5421af34cc2a1c202558f925da6e87372c9506a8 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Tue, 15 Apr 2014 15:39:24 -0400 Subject: [PATCH] go.tools/go/types: fix typo in comment. LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/88200044 --- go/types/check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/types/check.go b/go/types/check.go index 15eae5f2..378e44c3 100644 --- a/go/types/check.go +++ b/go/types/check.go @@ -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)