1
0
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:
Ian Lance Taylor 2011-10-25 12:49:51 -07:00
parent 2572ca2ff2
commit 7959aeb0f9

View File

@ -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