]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix incomplete sentence in comment
authorShenghou Ma <minux@golang.org>
Tue, 22 Sep 2015 06:18:57 +0000 (02:18 -0400)
committerMinux Ma <minux@golang.org>
Wed, 23 Sep 2015 17:05:39 +0000 (17:05 +0000)
Fixes #12709.

Change-Id: If5a2536458fcd26d6f003dde1bfc02f86b09fa94
Reviewed-on: https://go-review.googlesource.com/14793
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/runtime/proc1.go

index 4ffe11b653100e2e7e73ab265ceff9aa273a01b6..47f11b6ee10ee9554a97a8be05dee5ecb588301a 100644 (file)
@@ -1782,7 +1782,7 @@ func save(pc, sp uintptr) {
 // The goroutine g is about to enter a system call.
 // Record that it's not using the cpu anymore.
 // This is called only from the go syscall library and cgocall,
-// not from the low-level system calls used by the
+// not from the low-level system calls used by the runtime.
 //
 // Entersyscall cannot split the stack: the gosave must
 // make g->sched refer to the caller's stack segment, because