aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r--gcc/ipa-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c
index 8849429..2830d41 100644
--- a/gcc/ipa-utils.c
+++ b/gcc/ipa-utils.c
@@ -518,7 +518,7 @@ ipa_merge_profiles (struct cgraph_node *dst,
{
if (symtab->dump_file)
fprintf (symtab->dump_file,
- "Edge count mistmatch for bb %i.\n",
+ "Edge count mismatch for bb %i.\n",
srcbb->index);
match = false;
break;
@@ -531,7 +531,7 @@ ipa_merge_profiles (struct cgraph_node *dst,
{
if (symtab->dump_file)
fprintf (symtab->dump_file,
- "Succ edge mistmatch for bb %i.\n",
+ "Succ edge mismatch for bb %i.\n",
srce->dest->index);
match = false;
break;