Skip to content

Commit a54a9dc

Browse files
author
bors-servo
authored
Auto merge of #1387 - dholbert:patch-1, r=emilio
Fix typo: s/unkown/unknown/ (missing 'n')
2 parents d00b54c + 81af2b3 commit a54a9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ impl CodeGenerator for CompInfo {
17861786
// all the tests to shit when parsing things like max_align_t.
17871787
if self.found_unknown_attr() {
17881788
warn!(
1789-
"Type {} has an unkown attribute that may affect layout",
1789+
"Type {} has an unknown attribute that may affect layout",
17901790
canonical_ident.as_str()
17911791
);
17921792
}

0 commit comments

Comments
 (0)