From 1588e1a4dbb26c0ca476c3de825699d3b89ad54b Mon Sep 17 00:00:00 2001 From: Bernd Petrovitsch Date: Fri, 20 Aug 2010 12:36:38 +0200 Subject: Fix a typo - "typdef" is neither C nor plain English Signed-off-by: Bernd Petrovitsch Signed-off-by: Christopher Li --- show-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-parse.c b/show-parse.c index f249f4b..d7b502d 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]", -- cgit v1.2.3-65-gdbad