]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix missing word in comment
authorShenghou Ma <minux@golang.org>
Sun, 21 Feb 2016 04:24:27 +0000 (23:24 -0500)
committerMinux Ma <minux@golang.org>
Sun, 21 Feb 2016 22:40:25 +0000 (22:40 +0000)
Change-Id: I6cb8ac7b59812e82111ab3b0f8303ab8194a5129
Reviewed-on: https://go-review.googlesource.com/19791
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/runtime/proc.go

index d1f5088b5029bef85c0380c0dd068e13bbb8df2e..389917916fb9b50be0c083ef8409c536a1886b6e 100644 (file)
@@ -2406,7 +2406,7 @@ func entersyscallblock_handoff() {
 // The goroutine g exited its system call.
 // Arrange for it to run on a cpu again.
 // This is called only from the go syscall library, not
-// from the low-level system calls used by the
+// from the low-level system calls used by the runtime.
 //go:nosplit
 func exitsyscall(dummy int32) {
        _g_ := getg()