mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
fee51f45ab
commit
f999e14f02
23 changed files with 29 additions and 29 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue