]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Wed, 6 Mar 2024 01:33:39 +0000 (01:33 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 6 Mar 2024 19:14:39 +0000 (19:14 +0000)
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>

src/cmd/dist/test.go

index aed59db9d5608094f63135f68e411afd1b2968a0..8f4b081ad10811c042e02551f6af2beaa1e34626 100644 (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() {