aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os3_solaris.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/os3_solaris.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/os3_solaris.go')
-rw-r--r--src/runtime/os3_solaris.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os3_solaris.go b/src/runtime/os3_solaris.go
index 7ebb35c8e9..fdc817d3f7 100644
--- a/src/runtime/os3_solaris.go
+++ b/src/runtime/os3_solaris.go
@@ -208,7 +208,7 @@ func sigblock() {
}
// Called to initialize a new m (including the bootstrap m).
-// Called on the new thread, can not allocate memory.
+// Called on the new thread, cannot allocate memory.
func minit() {
_g_ := getg()
asmcgocall(unsafe.Pointer(funcPC(miniterrno)), unsafe.Pointer(&libc____errno))