aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vdso_linux_amd64.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/vdso_linux_amd64.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/vdso_linux_amd64.go')
-rw-r--r--src/runtime/vdso_linux_amd64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/vdso_linux_amd64.go b/src/runtime/vdso_linux_amd64.go
index 38914bb2b9..42571e063c 100644
--- a/src/runtime/vdso_linux_amd64.go
+++ b/src/runtime/vdso_linux_amd64.go
@@ -263,7 +263,7 @@ func vdso_find_version(info *vdso_info, ver *version_key) int32 {
def = (*elf64Verdef)(add(unsafe.Pointer(def), uintptr(def.vd_next)))
}
- return -1 // can not match any version
+ return -1 // cannot match any version
}
func vdso_parse_symbols(info *vdso_info, version int32) {