mirror of
https://github.com/golang/go
synced 2024-11-20 07:54:39 -07:00
syscall: correct name of mksyscall script in comment
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5310055
This commit is contained in:
parent
2572ca2ff2
commit
7959aeb0f9
@ -26,5 +26,5 @@ func StringByteSlice(s string) []byte {
|
||||
func StringBytePtr(s string) *byte { return &StringByteSlice(s)[0] }
|
||||
|
||||
// Single-word zero for use when we need a valid pointer to 0 bytes.
|
||||
// See mksyscall.sh.
|
||||
// See mksyscall.pl.
|
||||
var _zero uintptr
|
||||
|
Loading…
Reference in New Issue
Block a user