Skip to content

Commit 6125d0c

Browse files
komisan19ianlancetaylor
authored andcommitted
cmd/dist: correct comment: SysProcAttri -> SysProcAttr
Fixes #46982 Change-Id: I07a18507b7aad828714b187f296fa7268f32b1c4 GitHub-Last-Rev: f498feb GitHub-Pull-Request: #46983 Reviewed-on: https://go-review.googlesource.com/c/go/+/331869 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
1 parent 03761ed commit 6125d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/dist/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ func (t *tester) registerTests() {
781781
t.registerTest("testasan", "../misc/cgo/testasan", "go", "run", ".")
782782
}
783783
if goos == "linux" && goarch != "ppc64le" {
784-
// because syscall.SysProcAttri struct used in misc/cgo/testsanitizers is only built on linux.
784+
// because syscall.SysProcAttr struct used in misc/cgo/testsanitizers is only built on linux.
785785
// Some inconsistent failures happen on ppc64le so disable for now.
786786
t.registerHostTest("testsanitizers", "../misc/cgo/testsanitizers", "misc/cgo/testsanitizers", ".")
787787
}

0 commit comments

Comments
 (0)