From: Muhammad Falak R Wani Date: Sun, 8 Dec 2019 16:44:52 +0000 (+0530) Subject: runtime/race: correct typo s/is/in X-Git-Tag: go1.14beta1~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d542b13134b842a2b4b6b897fc78a1434f595b5d;p=gostls13.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 --- diff --git a/src/runtime/race/race.go b/src/runtime/race/race.go index d298e805cf..c894de5f72 100644 --- a/src/runtime/race/race.go +++ b/src/runtime/race/race.go @@ -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.