File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ freebsd_arm)
156
156
mkerrors=" $mkerrors "
157
157
mksyscall=" ./mksyscall.pl -l32 -arm"
158
158
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.
161
161
mktypes=" GOARCH=$GOARCH go tool cgo -godefs -- -fsigned-char"
162
162
;;
163
163
linux_386)
@@ -189,8 +189,8 @@ linux_arm64)
189
189
exit 1
190
190
fi
191
191
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.
194
194
mktypes=" GOARCH=$GOARCH go tool cgo -godefs -- -fsigned-char"
195
195
;;
196
196
linux_ppc64)
You can’t perform that action at this time.
0 commit comments