Skip to content

Commit ea54a3c

Browse files
Neeilan Selvalingamianlancetaylor
Neeilan Selvalingam
authored andcommitted
unix: fix name of generated zerrors_*.go in README
Change-Id: I31b9003abfe67ca2cbb9fc8ed68f612bf24cbfc0 Reviewed-on: https://go-review.googlesource.com/c/sys/+/227539 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent e3b113b commit ea54a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ constants.
8989

9090
Adding new syscall numbers is mostly done by running the build on a sufficiently
9191
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
92+
new build system). However, depending on the OS, you may need to update the
9393
parsing in mksysnum.
9494

9595
### mksyscall.go
@@ -163,7 +163,7 @@ The merge is performed in the following steps:
163163

164164
## Generated files
165165

166-
### `zerror_${GOOS}_${GOARCH}.go`
166+
### `zerrors_${GOOS}_${GOARCH}.go`
167167

168168
A file containing all of the system's generated error numbers, error strings,
169169
signal numbers, and constants. Generated by `mkerrors.sh` (see above).

0 commit comments

Comments
 (0)