mirror of
https://github.com/golang/sys.git
synced 2026-01-29 07:02:06 +03:00
unix: remove redundant word in comment
Change-Id: I8b05b5cea86d41423dac9fd96a5000a6daa1e8c3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/690816 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Mark Freeman <mark@golang.org> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
@@ -19,7 +19,7 @@ func ExampleSysvShmGet() {
|
||||
log.Fatal("sysv shm create failed:", err)
|
||||
}
|
||||
|
||||
// warning: sysv shared memory segments persist even after after a process
|
||||
// warning: sysv shared memory segments persist even after a process
|
||||
// is destroyed, so it's very important to explicitly delete it when you
|
||||
// don't need it anymore.
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user