1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:04:39 -07:00

syscall: fix typo in mmap comment

R=rsc
CC=golang-dev
https://golang.org/cl/4377043
This commit is contained in:
Dave Cheney 2011-04-06 23:07:32 -04:00 committed by Russ Cox
parent 5b0ef4ac1f
commit b3a4d58ba8

View File

@ -797,7 +797,7 @@ func ParseDirent(buf []byte, max int, names []string) (consumed int, count int,
//sys read(fd int, p *byte, np int) (n int, errno int)
//sys write(fd int, p *byte, np int) (n int, errno int)
// mmap varies by architecutre; see syscall_linux_*.go.
// mmap varies by architecture; see syscall_linux_*.go.
//sys munmap(addr uintptr, length uintptr) (errno int)
var mapper = &mmapper{