Commit 04e88369 by Jonathan Wakely

diagnostics: Fix spelling in comment

gcc/ChangeLog:

	* pretty-print.c (pp_take_prefix): Fix spelling in comment.
parent 6318fe77
2020-04-30 Jonathan Wakely <jwakely@redhat.com>
* pretty-print.c (pp_take_prefix): Fix spelling in comment.
2020-04-30 Marek Polacek <polacek@redhat.com>
PR c++/94775
......
......@@ -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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment