1
0
mirror of https://github.com/golang/go synced 2024-11-17 10:54:50 -07:00

sync: Fix typo in doc

This commit is contained in:
Roberto 2018-10-06 08:46:37 +02:00 committed by GitHub
parent dc492682b6
commit c8cc7dfef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.