Skip to content

Commit 963776e

Browse files
empijeimvdan
authored andcommitted
sync: fix typo in doc
Change-Id: Ie1f35c7598bd2549a048d64e1b1279bf4acaa103 GitHub-Last-Rev: c8cc7df GitHub-Pull-Request: #28051 Reviewed-on: https://go-review.googlesource.com/c/140302 Reviewed-by: Daniel Martí <[email protected]>
1 parent 2294e3e commit 963776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func init() {
5454
}
5555

5656
// Active spinning runtime support.
57-
// runtime_canSpin returns true is spinning makes sense at the moment.
57+
// runtime_canSpin returns true if spinning makes sense at the moment.
5858
func runtime_canSpin(i int) bool
5959

6060
// runtime_doSpin does active spinning.

0 commit comments

Comments
 (0)