mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: fix some typos
Change-Id: I18b9508904f19d5aa68355c937c30b5fdf35442c Reviewed-on: https://go-review.googlesource.com/c/go/+/305249 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
ba6bd967d2
commit
d10241fcf6
1 changed files with 4 additions and 4 deletions
|
|
@ -5316,7 +5316,7 @@ func preemptall() bool {
|
|||
|
||||
// Tell the goroutine running on processor P to stop.
|
||||
// This function is purely best-effort. It can incorrectly fail to inform the
|
||||
// goroutine. It can send inform the wrong goroutine. Even if it informs the
|
||||
// goroutine. It can inform the wrong goroutine. Even if it informs the
|
||||
// correct goroutine, that goroutine might ignore the request if it is
|
||||
// simultaneously executing newstack.
|
||||
// No lock needs to be held.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue