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

cmd/dist: fix typo in comment

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-03-06 09:23:54 +08:00
parent 9e3b1d53a0
commit 4477ade97f

View File

@ -1438,7 +1438,7 @@ func (t *tester) registerRaceTests() {
// Building cmd/cgo/internal/test takes a long time.
// There are already cgo-enabled packages being tested with the race detector.
// We shouldn't need to redo all of cmd/cgo/internal/test too.
// The race buildler will take care of this.
// The race builder will take care of this.
// t.registerTest(hdr, &goTest{variant: "race", race: true, env: []string{"GOTRACEBACK=2"}, pkg: "cmd/cgo/internal/test"})
}
if t.extLink() {