Skip to content

Commit

Permalink
Merge pull request #2851 from chansuke/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kinnison authored Oct 9, 2021
2 parents 0f92b07 + e03a3b9 commit a9e1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn tempdir_in_with_prefix<P: AsRef<Path>>(path: P, prefix: &str) -> io::Result<P
.into_path())
}

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

0 comments on commit a9e1989

Please sign in to comment.