all: spelling tweaks, A-G

LGTM=ruiu, bradfitz
R=golang-codereviews, bradfitz, ruiu
CC=golang-codereviews
https://golang.org/cl/91840044
This commit is contained in:
Robert Hencke 2014-04-29 12:44:40 -04:00 committed by Brad Fitzpatrick
parent fee51f45ab
commit f999e14f02
23 changed files with 29 additions and 29 deletions

View file

@ -485,7 +485,7 @@ func (p *Package) writeOutput(f *File, srcfile string) {
fgcc.Close()
}
// fixGo convers the internal Name.Go field into the name we should show
// fixGo converts the internal Name.Go field into the name we should show
// to users in error messages. There's only one for now: on input we rewrite
// C.malloc into C._CMalloc, so change it back here.
func fixGo(name string) string {