Skip to content

Commit a648267

Browse files
committed
fixed typo
1 parent 4b9b70c commit a648267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/header.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ impl Config {
595595
fn has_cfg_prefix(&self, line: &str, prefix: &str) -> bool {
596596
// returns whether this line contains this prefix or not. For prefix
597597
// "ignore", returns true if line says "ignore-x86_64", "ignore-arch",
598-
// "ignore-andorid" etc.
598+
// "ignore-android" etc.
599599
line.starts_with(prefix) && line.as_bytes().get(prefix.len()) == Some(&b'-')
600600
}
601601

0 commit comments

Comments
 (0)