Commit 963776e6 authored by Roberto's avatar Roberto Committed by Daniel Martí

sync: fix typo in doc

Change-Id: Ie1f35c7598bd2549a048d64e1b1279bf4acaa103
GitHub-Last-Rev: c8cc7dfef987cbd04f48daabf23efa64c0c67322
GitHub-Pull-Request: golang/go#28051
Reviewed-on: https://go-review.googlesource.com/c/140302Reviewed-by: default avatarDaniel Martí <mvdan@mvdan.cc>
parent 2294e3eb
...@@ -54,7 +54,7 @@ func init() { ...@@ -54,7 +54,7 @@ func init() {
} }
// Active spinning runtime support. // 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 func runtime_canSpin(i int) bool
// runtime_doSpin does active spinning. // runtime_doSpin does active spinning.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment