diff options
-rw-r--r-- | show-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]", |