Skip to content

Commit 2274cc2

Browse files
committed
fix: typo
1 parent bc9dc8d commit 2274cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/cmd/link/link_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1198,8 +1198,8 @@ func main() {}
11981198
}
11991199
exe := filepath.Join(tmpdir, "x.exe")
12001200

1201-
// Use a deterministc tmp directory so the temporary file paths are
1202-
// deterministc.
1201+
// Use a deterministic tmp directory so the temporary file paths are
1202+
// deterministic.
12031203
linktmp := filepath.Join(tmpdir, "linktmp")
12041204
if err := os.Mkdir(linktmp, 0777); err != nil {
12051205
t.Fatal(err)

0 commit comments

Comments
 (0)