aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/norace_linux_test.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2016-01-27 12:49:13 -0800
committerJosh Bleecher Snyder <josharian@gmail.com>2016-02-21 15:35:50 +0000
commite43c74a0d8848d58814e1a8302d8f115d7f0b874 (patch)
treef87b5556f4a13af01c9f4a237d543fbfec9bc222 /src/runtime/norace_linux_test.go
parent5dc053b9dec4dc25fac195065ad32462ac28a543 (diff)
downloadgo-e43c74a0d8848d58814e1a8302d8f115d7f0b874.tar.gz
go-e43c74a0d8848d58814e1a8302d8f115d7f0b874.zip
all: use cannot instead of can not
You can not use cannot, but you cannot spell cannot can not. Change-Id: I2f0971481a460804de96fd8c9e46a9cc62a3fc5b Reviewed-on: https://go-review.googlesource.com/19772 Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/runtime/norace_linux_test.go')
-rw-r--r--src/runtime/norace_linux_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/norace_linux_test.go b/src/runtime/norace_linux_test.go
index bbf9d0b413..049801d3fc 100644
--- a/src/runtime/norace_linux_test.go
+++ b/src/runtime/norace_linux_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