From c8cc7dfef987cbd04f48daabf23efa64c0c67322 Mon Sep 17 00:00:00 2001 From: Roberto Date: Sat, 6 Oct 2018 08:46:37 +0200 Subject: [PATCH] sync: Fix typo in doc --- 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 be16bcc8f7b15e..a13d9f6cf1ee6b 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.