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:
Muhammad Falak R Wani 2019-12-08 22:14:52 +05:30 committed by Brad Fitzpatrick
parent 9d4717d5f1
commit d542b13134
1 changed files with 1 additions and 1 deletions

View File

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