Fix the printable name typo
authorMingjie Xing <mingjie.xing@gmail.com>
Thu, 9 Jun 2011 02:26:19 +0000 (02:26 +0000)
committerMingjie Xing <xmj@gcc.gnu.org>
Thu, 9 Jun 2011 02:26:19 +0000 (02:26 +0000)
From-SVN: r174833

gcc/ChangeLog
gcc/treestruct.def

index 5392ecc85776738bcc6eb94b6169f54cac278c86..821771afa3159b4135a6a70653eb7b38058d219a 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-09  Mingjie Xing  <mingjie.xing@gmail.com>
+
+       * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
+
 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        PR target/49305
index 1e5f32d2ee915394b665930ba1f9a3180531511c..769cbfa9b36b2f34c64f4b53b9ce0e7964e6d82e 100644 (file)
@@ -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")