public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5711] ipa-sra: Fix a typo in a dump string.
@ 2023-02-06 14:18 Martin Jambor
  0 siblings, 0 replies; only message in thread
From: Martin Jambor @ 2023-02-06 14:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4a910708fa24f5fe01d3cad51d5afe09db9dd2b2

commit r13-5711-g4a910708fa24f5fe01d3cad51d5afe09db9dd2b2
Author: Martin Jambor <mjambor@suse.cz>
Date:   Mon Feb 6 15:16:49 2023 +0100

    ipa-sra: Fix a typo in a dump string.
    
    A fix to a typo spotted by Bernhard Reutner-Fischer.  Tested by
    building the compiler with the fix.
    
    gcc/ChangeLog:
    
    2023-02-06  Martin Jambor  <mjambor@suse.cz>
    
            * ipa-sra.cc (adjust_parameter_descriptions): Fix a typo in a dump.

Diff:
---
 gcc/ipa-sra.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ipa-sra.cc b/gcc/ipa-sra.cc
index 7a2b4dc8608..0495f446bf4 100644
--- a/gcc/ipa-sra.cc
+++ b/gcc/ipa-sra.cc
@@ -4249,8 +4249,8 @@ adjust_parameter_descriptions (cgraph_node *node, isra_func_summary *ifs)
 
   dump_list_of_param_indices (node, "are dead on arrival or have a type "
 			      "mismatch with IPA-CP", dump_dead_indices);
-  dump_list_of_param_indices (node, "are not safe to derefernce in all callers",
-			      dump_bad_cond_indices);
+  dump_list_of_param_indices (node, "are not safe to dereference in all "
+			      "callers", dump_bad_cond_indices);
 
   return ret;
 }

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

only message in thread, other threads:[~2023-02-06 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 14:18 [gcc r13-5711] ipa-sra: Fix a typo in a dump string Martin Jambor

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).