public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Committed: Fix the printable name typo in treestruct.def
@ 2011-06-09  6:16 Mingjie Xing
  0 siblings, 0 replies; only message in thread
From: Mingjie Xing @ 2011-06-09  6:16 UTC (permalink / raw)
  To: gcc-patches; +Cc: iant

Hi,

This small patch fixes the printable name typo in treestruct.def.
I've committed as it is obvious.
(http://gcc.gnu.org/ml/gcc/2011-06/msg00083.html)

2011-06-09  Mingjie Xing  <mingjie.xing@gmail.com>

        * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.

Index: treestruct.def
===================================================================
--- treestruct.def      (revision 174800)
+++ treestruct.def      (working copy)
@@ -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")

Thanks,
Mingjie

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-09  3:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09  6:16 [patch] Committed: Fix the printable name typo in treestruct.def Mingjie Xing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).