From 604fbab3f113d37fcbc84ec2f80e57569af71361 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Tue, 22 Sep 2015 02:18:57 -0400 Subject: [PATCH] runtime: fix incomplete sentence in comment Fixes #12709. Change-Id: If5a2536458fcd26d6f003dde1bfc02f86b09fa94 Reviewed-on: https://go-review.googlesource.com/14793 Reviewed-by: Andrew Gerrand --- src/runtime/proc1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/proc1.go b/src/runtime/proc1.go index 4ffe11b653..47f11b6ee1 100644 --- a/src/runtime/proc1.go +++ b/src/runtime/proc1.go @@ -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 -- 2.50.0