Commit b3a4d58b authored by Dave Cheney's avatar Dave Cheney Committed by Russ Cox

syscall: fix typo in mmap comment

R=rsc
CC=golang-dev
https://golang.org/cl/4377043
parent 5b0ef4ac
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment