summaryrefslogtreecommitdiff
path: root/libgo/go/bytes/equal_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/bytes/equal_test.go')
-rw-r--r--libgo/go/bytes/equal_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/bytes/equal_test.go b/libgo/go/bytes/equal_test.go
index 1bf19a74b80..9fdead8a604 100644
--- a/libgo/go/bytes/equal_test.go
+++ b/libgo/go/bytes/equal_test.go
@@ -14,11 +14,11 @@ import (
)
// This file tests the situation where memeq is checking
-// data very near to a page boundary. We want to make sure
+// data very near to a page boundary. We want to make sure
// equal does not read across the boundary and cause a page
// fault where it shouldn't.
-// This test runs only on linux. The code being tested is
+// This test runs only on linux. The code being tested is
// not OS-specific, so it does not need to be tested on all
// operating systems.