Skip to content

Commit 81af2b3

Browse files
authored
Fix typo: s/unkown/unknown/ (missing 'n')
1 parent d00b54c commit 81af2b3

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)