public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PATCH COMMITTED: Correct comment in tree-dump.c
@ 2007-03-23 23:53 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2007-03-23 23:53 UTC (permalink / raw)
  To: gcc-patches

I noticed an incorrect comment in tree-dump.c.  Fixed with this
patch.  Bootstrapped and tested on i686-pc-linux-gnu.

Ian


2007-03-23  Ian Lance Taylor  <iant@google.com>

	* tree-dump.c (dump_files): Correct comment.


Index: tree-dump.c
===================================================================
--- tree-dump.c	(revision 123166)
+++ tree-dump.c	(working copy)
@@ -756,7 +756,7 @@ dump_node (tree t, int flags, FILE *stre
 \f
 
 /* Table of tree dump switches. This must be consistent with the
-   TREE_DUMP_INDEX enumeration in tree.h.  */
+   tree_dump_index enumeration in tree-pass.h.  */
 static struct dump_file_info dump_files[TDI_end] =
 {
   {NULL, NULL, NULL, 0, 0, 0, 0},

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

only message in thread, other threads:[~2007-03-23 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-23 23:53 PATCH COMMITTED: Correct comment in tree-dump.c Ian Lance Taylor

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).