diff options
author | 2024-10-07 12:02:26 +0000 | |
---|---|---|
committer | 2024-10-07 12:02:26 +0000 | |
commit | 33bd97a535834de4cec1b331ed511cb1ea49c4fe (patch) | |
tree | aeaf0edf99c78f630456b8b167982c613138133f /vendor/golang.org/x/sys/unix/README.md | |
parent | update go-ffmpreg to v0.3.1 (pulls in latest wazero too) (#3398) (diff) | |
download | gotosocial-33bd97a535834de4cec1b331ed511cb1ea49c4fe.tar.xz |
[chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3402)
Diffstat (limited to 'vendor/golang.org/x/sys/unix/README.md')
-rw-r--r-- | vendor/golang.org/x/sys/unix/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/README.md b/vendor/golang.org/x/sys/unix/README.md index 7d3c060e1..6e08a76a7 100644 --- a/vendor/golang.org/x/sys/unix/README.md +++ b/vendor/golang.org/x/sys/unix/README.md @@ -156,7 +156,7 @@ from the generated architecture-specific files listed below, and merge these into a common file for each OS. The merge is performed in the following steps: -1. Construct the set of common code that is idential in all architecture-specific files. +1. Construct the set of common code that is identical in all architecture-specific files. 2. Write this common code to the merged file. 3. Remove the common code from all architecture-specific files. |