Skip to content

Commit

Permalink
runtime: fix incomplete sentence in comment
Browse files Browse the repository at this point in the history
Fixes golang#12709.

Change-Id: If5a2536458fcd26d6f003dde1bfc02f86b09fa94
Reviewed-on: https://go-review.googlesource.com/14793
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
minux committed Sep 23, 2015
1 parent 4fc9565 commit 604fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/proc1.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 604fbab

Please sign in to comment.