Skip to content

Commit f498feb

Browse files
committed
style: fix incorrect document in misspell
1 parent c45e800 commit f498feb

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)