mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-05 00:27:17 -04:00
all: fix some typos in comment
Change-Id: I40f9866661bad30ee2f4be2e9d0beee54db860b3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/611775 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
@@ -66,7 +66,7 @@ func TestSysvSharedMemory(t *testing.T) {
|
||||
}
|
||||
|
||||
if runtime.GOOS == "zos" {
|
||||
// The returned shared memory alligns with the pagesize.
|
||||
// The returned shared memory aligns with the pagesize.
|
||||
// If pagesize is not 1024 bytes, the shared memory could be larger
|
||||
if len(b2) < 1024 {
|
||||
t.Fatalf("b1 len = %v, less than 1024", len(b2))
|
||||
|
||||
Reference in New Issue
Block a user