all: various typos

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5820045
This commit is contained in:
Robert Griesemer 2012-03-13 17:29:07 -07:00
parent fef92cbbac
commit d724631a53
7 changed files with 9 additions and 9 deletions

View file

@ -627,7 +627,7 @@ func ptracePeek(req int, pid int, addr uintptr, out []byte) (count int, err erro
// Remainder.
for len(out) > 0 {
// We use an internal buffer to gaurantee alignment.
// We use an internal buffer to guarantee alignment.
// It's not documented if this is necessary, but we're paranoid.
err = ptrace(req, pid, addr+uintptr(n), uintptr(unsafe.Pointer(&buf[0])))
if err != nil {