aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguoguangwu <guoguangwug@gmail.com>2024-03-06 01:33:39 +0000
committerGopher Robot <gobot@golang.org>2024-03-06 19:14:39 +0000
commit25af691c43efdc4ff15e3b5355d1f2638bd67e0a (patch)
treeff496653caae20b8feb01b4529a4f9d55393145e
parent0e89b67ed22f8130f53dea41d73d7b254c0402bc (diff)
downloadgo-25af691c43efdc4ff15e3b5355d1f2638bd67e0a.tar.gz
go-25af691c43efdc4ff15e3b5355d1f2638bd67e0a.zip
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 <mknyszek@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
-rw-r--r--src/cmd/dist/test.go2
1 files changed, 1 insertions, 1 deletions
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() {