diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-05-25 10:06:48 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-25 10:06:48 -0700 |
commit | f1dd6932e9fa0242bd996931ecb3897efcc9d05e (patch) | |
tree | 2e370f1b906ed12e1564e381bc6ea8d8579775ce /pkg | |
parent | d55f3a6b5e9d3979f83788339842abc1a3857438 (diff) | |
parent | f43130764b888f22968e47f59687a16a504d9776 (diff) |
Merge pull request #5904 from zchee:sync/readme-fix-typo
PiperOrigin-RevId: 375731053
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sync/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sync/README.md b/pkg/sync/README.md index 2183c4e20..be1a01f08 100644 --- a/pkg/sync/README.md +++ b/pkg/sync/README.md @@ -1,4 +1,4 @@ -# Syncutil +# sync This package provides additional synchronization primitives not provided by the Go stdlib 'sync' package. It is partially derived from the upstream 'sync' |