diff options
author | xmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-09 02:26:19 +0000 |
---|---|---|
committer | xmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-09 02:26:19 +0000 |
commit | f2e5df9cde54eee5d33530f5694e75cf770cd868 (patch) | |
tree | c2828d77d9e837eb4de622c4a8b7bc7500b05dbc /gcc/treestruct.def | |
parent | 660c594d8ec1d1ccf6623469d4517ee6e4079606 (diff) | |
download | gcc-f2e5df9cde54eee5d33530f5694e75cf770cd868.tar.gz |
Fix the printable name typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174833 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/treestruct.def')
-rw-r--r-- | gcc/treestruct.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/treestruct.def b/gcc/treestruct.def index 1e5f32d2ee9..769cbfa9b36 100644 --- a/gcc/treestruct.def +++ b/gcc/treestruct.def @@ -51,7 +51,7 @@ DEFTREESTRUCT(TS_PARM_DECL, "parm decl") DEFTREESTRUCT(TS_LABEL_DECL, "label decl") DEFTREESTRUCT(TS_RESULT_DECL, "result decl") DEFTREESTRUCT(TS_CONST_DECL, "const decl") -DEFTREESTRUCT(TS_TYPE_DECL, "label decl") +DEFTREESTRUCT(TS_TYPE_DECL, "type decl") DEFTREESTRUCT(TS_FUNCTION_DECL, "function decl") DEFTREESTRUCT(TS_TRANSLATION_UNIT_DECL, "translation-unit decl") DEFTREESTRUCT(TS_TYPE_COMMON, "type common") |