all packages: fix various typos

Detected semi-automatically. There are probably more.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5620046
This commit is contained in:
Robert Griesemer 2012-02-01 16:19:36 -08:00
parent 5cc07af675
commit f3f5239d1e
12 changed files with 13 additions and 13 deletions

View file

@ -119,7 +119,7 @@ type Walker struct {
lastConstType string
curPackageName string
curPackage *ast.Package
prevConstType map[string]string // identifer -> "ideal-int"
prevConstType map[string]string // identifier -> "ideal-int"
packageState map[string]loadState
interfaces map[pkgSymbol]*ast.InterfaceType
selectorFullPkg map[string]string // "http" => "net/http", updated by imports