diff options
Diffstat (limited to 'gcc/pretty-print.c')
-rw-r--r-- | gcc/pretty-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index b2e0ee439be..3a10e7600c6 100644 --- a/gcc/pretty-print.c +++ b/gcc/pretty-print.c @@ -607,7 +607,7 @@ pp_base_string (pretty_printer *pp, const char *str) pp_maybe_wrap_text (pp, str, str + (str ? strlen (str) : 0)); } -/* Maybe print out a whitespace if needed. */ +/* Maybe print out a whitespace if needed. */ void pp_base_maybe_space (pretty_printer *pp) |