diff options
| author | Shenghou Ma <minux@golang.org> | 2016-02-20 23:24:27 -0500 |
|---|---|---|
| committer | Minux Ma <minux@golang.org> | 2016-02-21 22:40:25 +0000 |
| commit | d70c04cf08683e2b0a26fb13808f8cacb1bcdd38 (patch) | |
| tree | 864029753490b5e4db740b74b27140f445ccd2b1 /src/runtime/proc.go | |
| parent | a4b143bc22ff471a96c42458833998151df70cc0 (diff) | |
| download | go-d70c04cf08683e2b0a26fb13808f8cacb1bcdd38.tar.xz | |
runtime: fix missing word in comment
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>
Diffstat (limited to 'src/runtime/proc.go')
| -rw-r--r-- | src/runtime/proc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/proc.go b/src/runtime/proc.go index d1f5088b50..389917916f 100644 --- a/src/runtime/proc.go +++ b/src/runtime/proc.go @@ -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() |
