From f749d3c6c4ce94acf33b9e162741f15f58ac280c Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Sun, 27 Jan 2008 17:48:54 +0100 Subject: [PATCH] tree-pretty-print.c (print_generic_decl, [...]): Fix comment. 2008-01-27 Bernhard Fischer * tree-pretty-print.c (print_generic_decl, print_generic_stmt, print_generic_stmt_indented): Fix comment. From-SVN: r131885 --- gcc/ChangeLog | 5 +++++ gcc/tree-pretty-print.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a404c65f907..72134c169343 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-27 Bernhard Fischer + + * tree-pretty-print.c (print_generic_decl, print_generic_stmt, + print_generic_stmt_indented): Fix comment. + 2008-01-27 Bernhard Fischer * configure.ac (__stack_chk_fail): Add detecion for availability diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index d59ec8942297..4d1f6f48245b 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -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) -- 2.47.2