Skip to content

Commit a9e1989

Browse files
authored
Merge pull request #2851 from chansuke/fix-typo
Fix typo
2 parents 0f92b07 + e03a3b9 commit a9e1989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn tempdir_in_with_prefix<P: AsRef<Path>>(path: P, prefix: &str) -> io::Result<P
6969
.into_path())
7070
}
7171

72-
/// What is this host's triple - seems very redunant with from_host_or_build()
72+
/// What is this host's triple - seems very redundant with from_host_or_build()
7373
/// ... perhaps this is so that the test data we have is only exercised on known
7474
/// triples?
7575
///

0 commit comments

Comments
 (0)