mirror of https://github.com/golang/go.git
runtime/race: correct typo s/is/in
Change-Id: Ic79d97c2aa107c0e5c4a8906ad757b0390228bef Reviewed-on: https://go-review.googlesource.com/c/go/+/210417 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
9d4717d5f1
commit
d542b13134
|
|
@ -7,7 +7,7 @@
|
|||
package race
|
||||
|
||||
// This file merely ensures that we link in runtime/cgo in race build,
|
||||
// this is turn ensures that runtime uses pthread_create to create threads.
|
||||
// this in turn ensures that runtime uses pthread_create to create threads.
|
||||
// The prebuilt race runtime lives in race_GOOS_GOARCH.syso.
|
||||
// Calls to the runtime are done directly from src/runtime/race.go.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue