public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] diagnostics: Fix spelling in comment
@ 2020-04-30 13:53 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-04-30 13:53 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

gcc/ChangeLog:

	* pretty-print.c (pp_take_prefix): Fix spelling in comment.

Committed to master as obvious.



[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 766 bytes --]

commit 04e88369a7d95492efccf8f527d27cca74664ea7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Apr 30 14:42:24 2020 +0100

    diagnostics: Fix spelling in comment
    
    gcc/ChangeLog:
    
            * pretty-print.c (pp_take_prefix): Fix spelling in comment.

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 *

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-30 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 13:53 [committed] diagnostics: Fix spelling in comment Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).