From: Jonathan Wakely Date: Thu, 30 Apr 2020 13:42:24 +0000 (+0100) Subject: diagnostics: Fix spelling in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04e88369a7d95492efccf8f527d27cca74664ea7;p=gcc.git diagnostics: Fix spelling in comment gcc/ChangeLog: * pretty-print.c (pp_take_prefix): Fix spelling in comment. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f83e7ac13de..a099eed75a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-04-30 Jonathan Wakely + + * pretty-print.c (pp_take_prefix): Fix spelling in comment. + 2020-04-30 Marek Polacek PR c++/94775 diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index d0dd9cbd416..407f7300dfb 100644 --- a/gcc/pretty-print.c +++ b/gcc/pretty-print.c @@ -1595,7 +1595,7 @@ pp_set_prefix (pretty_printer *pp, char *prefix) } /* Take ownership of PP's prefix, setting it to NULL. - This allows clients to save, overide, and then restore an existing + This allows clients to save, override, and then restore an existing prefix, without it being free-ed. */ char *