aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Petrovitsch <bernd@sysprog.at>2010-08-20 12:36:38 +0200
committerChristopher Li <sparse@chrisli.org>2010-09-01 00:57:16 -0700
commit1588e1a4dbb26c0ca476c3de825699d3b89ad54b (patch)
tree948fc2ade9b18277e3e74d2aa70a7ece05414add
parentda07704c2037b6f9566a378eacf8381e5f5c9ba5 (diff)
downloadsparse-1588e1a4dbb26c0ca476c3de825699d3b89ad54b.tar.gz
Fix a typo - "typdef" is neither C nor plain English
Signed-off-by: Bernd Petrovitsch <bernd@sysprog.at> Signed-off-by: Christopher Li <sparse@chrisli.org>
-rw-r--r--show-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-parse.c b/show-parse.c
index f249f4b5..d7b502d8 100644
--- a/show-parse.c
+++ b/show-parse.c
@@ -100,7 +100,7 @@ const char *modifier_string(unsigned long mod)
"auto", "register", "static", "extern",
"const", "volatile", "[signed]", "[unsigned]",
"[char]", "[short]", "[long]", "[long long]",
- "[typdef]", "[structof]", "[unionof]", "[enum]",
+ "[typedef]", "[structof]", "[unionof]", "[enum]",
"[typeof]", "[attribute]", "inline", "[addressable]",
"[nocast]", "[noderef]", "[accessed]", "[toplevel]",
"[label]", "[assigned]", "[type]", "[safe]",