]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/race: correct typo s/is/in
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Sun, 8 Dec 2019 16:44:52 +0000 (22:14 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 9 Dec 2019 15:44:40 +0000 (15:44 +0000)
Change-Id: Ic79d97c2aa107c0e5c4a8906ad757b0390228bef
Reviewed-on: https://go-review.googlesource.com/c/go/+/210417
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/race/race.go

index d298e805cfaec3c0a18ea8d5cc5e975fd7a449d2..c894de5f722269105bb092b2aed3e95128b2b3eb 100644 (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.