Skip to content

Commit e03a3b9

Browse files
committed
Fix typo
1 parent e3e5cc2 commit e03a3b9

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)