summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/norace_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/norace_test.go')
-rw-r--r--libgo/go/runtime/norace_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/norace_test.go b/libgo/go/runtime/norace_test.go
index 3681bf190d2..e9b39b2f455 100644
--- a/libgo/go/runtime/norace_test.go
+++ b/libgo/go/runtime/norace_test.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// The file contains tests that can not run under race detector for some reason.
+// The file contains tests that cannot run under race detector for some reason.
// +build !race
package runtime_test