We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9b70c commit a648267Copy full SHA for a648267
src/tools/compiletest/src/header.rs
@@ -595,7 +595,7 @@ impl Config {
595
fn has_cfg_prefix(&self, line: &str, prefix: &str) -> bool {
596
// returns whether this line contains this prefix or not. For prefix
597
// "ignore", returns true if line says "ignore-x86_64", "ignore-arch",
598
- // "ignore-andorid" etc.
+ // "ignore-android" etc.
599
line.starts_with(prefix) && line.as_bytes().get(prefix.len()) == Some(&b'-')
600
}
601
0 commit comments