We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9dc8d commit 2274cc2Copy full SHA for 2274cc2
src/cmd/link/link_test.go
@@ -1198,8 +1198,8 @@ func main() {}
1198
}
1199
exe := filepath.Join(tmpdir, "x.exe")
1200
1201
- // Use a deterministc tmp directory so the temporary file paths are
1202
- // deterministc.
+ // Use a deterministic tmp directory so the temporary file paths are
+ // deterministic.
1203
linktmp := filepath.Join(tmpdir, "linktmp")
1204
if err := os.Mkdir(linktmp, 0777); err != nil {
1205
t.Fatal(err)
0 commit comments