Skip to content

Commit c8cc7df

Browse files
authored
sync: Fix typo in doc
1 parent dc49268 commit c8cc7df

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)