From 963776e689c4c015c89464ab4fef90ae50373f66 Mon Sep 17 00:00:00 2001 From: Roberto Date: Sat, 6 Oct 2018 06:53:32 +0000 Subject: [PATCH] sync: fix typo in doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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í --- src/sync/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync/runtime.go b/src/sync/runtime.go index be16bcc8f7b15..a13d9f6cf1ee6 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.