Index: src/pkg/syscall/syscall_unix.go |
=================================================================== |
--- a/src/pkg/syscall/syscall_unix.go |
+++ b/src/pkg/syscall/syscall_unix.go |
@@ -56,7 +56,7 @@ |
cap int |
}{addr, length, length} |
- // Use unsafeto turn sl into a []byte. |
+ // Use unsafe to turn sl into a []byte. |
b := *(*[]byte)(unsafe.Pointer(&sl)) |
// Register mapping in m and return it. |