]> Cypherpunks repositories - gostls13.git/commitdiff
sync: fix typo in doc
authorRoberto <empijei@users.noreply.github.com>
Sat, 6 Oct 2018 06:53:32 +0000 (06:53 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 6 Oct 2018 12:04:57 +0000 (12:04 +0000)
Change-Id: Ie1f35c7598bd2549a048d64e1b1279bf4acaa103
GitHub-Last-Rev: c8cc7dfef987cbd04f48daabf23efa64c0c67322
GitHub-Pull-Request: golang/go#28051
Reviewed-on: https://go-review.googlesource.com/c/140302
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
src/sync/runtime.go

index be16bcc8f7b15ed58338e97cd09fbf3e1de43662..a13d9f6cf1ee6b424953b4fdd39a2e4f0a7571c4 100644 (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.