0
1
mirror of https://github.com/golang/go synced 2025-06-16 17:48:47 +00:00

all: fix spelling

Change-Id: I68538a50c22b02cdb5aa2a889f9440fed7b94c54
GitHub-Last-Rev: aaac9e7834
GitHub-Pull-Request: 
Reviewed-on: https://go-review.googlesource.com/c/go/+/406835
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
This commit is contained in:
John Bampton
2022-05-17 17:09:28 +00:00
committed by Gopher Robot
parent c25c37137d
commit a6f3f8d973
16 changed files with 18 additions and 18 deletions
src
cmd
compile
go
link
internal
objdump
vendor
github.com
ianlancetaylor
demangle
compress
crypto
database
encoding
runtime
test

@ -12,7 +12,7 @@
// bodies (assembly, linkname), as well as explicitly on complete functions
// with //go:uintptrkeepalive.
//
// This is most important for syscall.Syscall (and similiar functions), so we
// This is most important for syscall.Syscall (and similar functions), so we
// test it explicitly.
package p