summaryrefslogtreecommitdiff
path: root/src/codegen/mod.rs
diff options
context:
space:
mode:
authorDaniel Holbert <dholbert@cs.stanford.edu>2018-09-14 12:26:06 -0700
committerGitHub <noreply@github.com>2018-09-14 12:26:06 -0700
commit81af2b3455904fcdadae6ffd003adc1157c3e7ae (patch)
treec1cd4755777de57dbad73d561df27d278d2f4a6f /src/codegen/mod.rs
parentd00b54c5d6df35b5ed21f89c72a9dd1a1b90f7c8 (diff)
Fix typo: s/unkown/unknown/ (missing 'n')
Diffstat (limited to 'src/codegen/mod.rs')
-rw-r--r--src/codegen/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/mod.rs b/src/codegen/mod.rs
index 5a4ccc72..8aa8d348 100644
--- a/src/codegen/mod.rs
+++ b/src/codegen/mod.rs
@@ -1786,7 +1786,7 @@ impl CodeGenerator for CompInfo {
// all the tests to shit when parsing things like max_align_t.
if self.found_unknown_attr() {
warn!(
- "Type {} has an unkown attribute that may affect layout",
+ "Type {} has an unknown attribute that may affect layout",
canonical_ident.as_str()
);
}