Skip to content

Commit 5cdb3d0

Browse files
mundaymianlancetaylor
authored andcommitted
syscall: correct spelling/typos in comment
Change-Id: Ib44c6b1ce07aa8fb67033cf21e177a90fd4005dc Reviewed-on: https://go-review.googlesource.com/21002 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 90a59d4 commit 5cdb3d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/syscall/mkall.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ freebsd_arm)
156156
mkerrors="$mkerrors"
157157
mksyscall="./mksyscall.pl -l32 -arm"
158158
mksysnum="curl -s 'http://svn.freebsd.org/base/stable/10/sys/kern/syscalls.master' | ./mksysnum_freebsd.pl"
159-
# Let the type of C char be singed for making the bare syscall
160-
# API consistent across over platforms.
159+
# Let the type of C char be signed to make the bare syscall
160+
# API consistent between platforms.
161161
mktypes="GOARCH=$GOARCH go tool cgo -godefs -- -fsigned-char"
162162
;;
163163
linux_386)
@@ -189,8 +189,8 @@ linux_arm64)
189189
exit 1
190190
fi
191191
mksysnum="./mksysnum_linux.pl $unistd_h"
192-
# Let the type of C char be singed for making the bare syscall
193-
# API consistent across over platforms.
192+
# Let the type of C char be signed to make the bare syscall
193+
# API consistent between platforms.
194194
mktypes="GOARCH=$GOARCH go tool cgo -godefs -- -fsigned-char"
195195
;;
196196
linux_ppc64)

0 commit comments

Comments
 (0)