mirror of https://github.com/golang/go.git
sync: Fix typo in doc
This commit is contained in:
parent
dc492682b6
commit
c8cc7dfef9
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue