1
0
mirror of https://github.com/golang/go synced 2024-09-29 17:14:29 -06:00

sync: fix typo in doc

Change-Id: Ie1f35c7598bd2549a048d64e1b1279bf4acaa103
GitHub-Last-Rev: c8cc7dfef9
GitHub-Pull-Request: golang/go#28051
Reviewed-on: https://go-review.googlesource.com/c/140302
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
Roberto 2018-10-06 06:53:32 +00:00 committed by Daniel Martí
parent 2294e3ebd3
commit 963776e689

View File

@ -54,7 +54,7 @@ func init() {
}
// Active spinning runtime support.
// runtime_canSpin returns true is spinning makes sense at the moment.
// runtime_canSpin returns true if spinning makes sense at the moment.
func runtime_canSpin(i int) bool
// runtime_doSpin does active spinning.