]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-pretty-print.c (print_generic_decl, [...]): Fix comment.
authorBernhard Fischer <aldot@gcc.gnu.org>
Sun, 27 Jan 2008 16:48:54 +0000 (17:48 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 27 Jan 2008 16:48:54 +0000 (17:48 +0100)
2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>

* tree-pretty-print.c (print_generic_decl, print_generic_stmt,
print_generic_stmt_indented): Fix comment.

From-SVN: r131885

gcc/ChangeLog
gcc/tree-pretty-print.c

index 4a404c65f907902f1dae12de9a615657e3b080bd..72134c1693439391fcf1d33638aaba5e873ccc25 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * tree-pretty-print.c (print_generic_decl, print_generic_stmt,
+       print_generic_stmt_indented): Fix comment.
+
 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
 
        * configure.ac (__stack_chk_fail): Add detecion for availability
index d59ec894229753686ec05746a187415c526ad981..4d1f6f48245b3e518eda40893be537808c3a9925 100644 (file)
@@ -127,7 +127,7 @@ print_generic_decl (FILE *file, tree decl, int flags)
 }
 
 /* Print tree T, and its successors, on file FILE.  FLAGS specifies details
-   to show in the dump.  See TDF_* in tree.h.  */
+   to show in the dump.  See TDF_* in tree-pass.h.  */
 
 void
 print_generic_stmt (FILE *file, tree t, int flags)
@@ -138,7 +138,7 @@ print_generic_stmt (FILE *file, tree t, int flags)
 }
 
 /* Print tree T, and its successors, on file FILE.  FLAGS specifies details
-   to show in the dump.  See TDF_* in tree.h.  The output is indented by
+   to show in the dump.  See TDF_* in tree-pass.h.  The output is indented by
    INDENT spaces.  */
 
 void
@@ -155,7 +155,7 @@ print_generic_stmt_indented (FILE *file, tree t, int flags, int indent)
 }
 
 /* Print a single expression T on file FILE.  FLAGS specifies details to show
-   in the dump.  See TDF_* in tree.h.  */
+   in the dump.  See TDF_* in tree-pass.h.  */
 
 void
 print_generic_expr (FILE *file, tree t, int flags)