summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/pretty-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/pretty-print.c')
-rw-r--r--contrib/gcc/pretty-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/pretty-print.c b/contrib/gcc/pretty-print.c
index 993fde7..9e3fbba 100644
--- a/contrib/gcc/pretty-print.c
+++ b/contrib/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)
OpenPOWER on IntegriCloud