From 25af691c43efdc4ff15e3b5355d1f2638bd67e0a Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Wed, 6 Mar 2024 01:33:39 +0000 Subject: cmd/dist: fix typo in comment Change-Id: If8bcde960348ebafec2ced0e22f315685de0bb82 GitHub-Last-Rev: 4477ade97fe831284f78183905ee5222b0d1a7cd GitHub-Pull-Request: golang/go#66124 Reviewed-on: https://go-review.googlesource.com/c/go/+/569278 Reviewed-by: Michael Knyszek Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI --- src/cmd/dist/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go index aed59db9d5..8f4b081ad1 100644 --- a/src/cmd/dist/test.go +++ b/src/cmd/dist/test.go @@ -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() { -- cgit v1.2.3-54-g00ecf