]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: correct name of mksyscall script in comment
authorIan Lance Taylor <iant@golang.org>
Tue, 25 Oct 2011 19:49:51 +0000 (12:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 25 Oct 2011 19:49:51 +0000 (12:49 -0700)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5310055

src/pkg/syscall/syscall.go

index 9f777f59e12955822c931c7f2776a6389c4923f3..5fef440a9539f588a630d3de32a69e3e012fdad6 100644 (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