From: Roberto Date: Sat, 6 Oct 2018 06:53:32 +0000 (+0000) Subject: sync: fix typo in doc X-Git-Tag: go1.12beta1~866 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=963776e689;p=gostls13.git 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/140302 Reviewed-by: Daniel Martí --- diff --git a/src/sync/runtime.go b/src/sync/runtime.go index be16bcc8f7..a13d9f6cf1 100644 --- a/src/sync/runtime.go +++ b/src/sync/runtime.go @@ -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.