summaryrefslogtreecommitdiff
path: root/gcc/pretty-print.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-29 06:28:59 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-29 06:28:59 +0000
commit841b0deef2beabd71176c6dc072cba33d6e8a108 (patch)
tree6524515212f4aa3f4e939d090268822180ed18eb /gcc/pretty-print.c
parentd8cf602e3e4ff67bb9477e20f1a89daab75d589d (diff)
downloadgcc-841b0deef2beabd71176c6dc072cba33d6e8a108.tar.gz
Patch from Serge Belyshev.
PR 14944 * coverage.c (read_counts_file): Fix usage of warning () call. * pretty-print.c (pp_base_format_text): Fix typo in the comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/pretty-print.c')
-rw-r--r--gcc/pretty-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c
index 86d4cb82e6b..bb1e72fbcd1 100644
--- a/gcc/pretty-print.c
+++ b/gcc/pretty-print.c
@@ -178,7 +178,7 @@ pp_base_indent (pretty_printer *pp)
%p: pointer.
%m: strerror(text->err_no) - does not consume a value from args_ptr.
%%: `%'.
- %*.s: a substring the length of which is specified by an integer.
+ %.*s: a substring the length of which is specified by an integer.
%H: location_t. */
void
pp_base_format_text (pretty_printer *pp, text_info *text)