We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b113b commit ea54a3cCopy full SHA for ea54a3c
unix/README.md
@@ -89,7 +89,7 @@ constants.
89
90
Adding new syscall numbers is mostly done by running the build on a sufficiently
91
new installation of the target OS (or updating the source checkouts for the
92
-new build system). However, depending on the OS, you make need to update the
+new build system). However, depending on the OS, you may need to update the
93
parsing in mksysnum.
94
95
### mksyscall.go
@@ -163,7 +163,7 @@ The merge is performed in the following steps:
163
164
## Generated files
165
166
-### `zerror_${GOOS}_${GOARCH}.go`
+### `zerrors_${GOOS}_${GOARCH}.go`
167
168
A file containing all of the system's generated error numbers, error strings,
169
signal numbers, and constants. Generated by `mkerrors.sh` (see above).
0 commit comments