From fcbc975bed3ff53d2e4268eb507a073ce4a19fe2 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 23 Sep 2016 10:49:41 +0200 Subject: Fix typo in IPA ICF * ipa-icf.c (sem_variable::merge): Replace adress with address. * gcc.dg/ipa/pr77653.c: Replace adress with address. From-SVN: r240399 --- gcc/ipa-icf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa-icf.c') diff --git a/gcc/ipa-icf.c b/gcc/ipa-icf.c index 0869756..3886fa6 100644 --- a/gcc/ipa-icf.c +++ b/gcc/ipa-icf.c @@ -2225,7 +2225,7 @@ sem_variable::merge (sem_item *alias_item) { if (dump_file) fprintf (dump_file, - "Not unifying; adress of original may be compared.\n\n"); + "Not unifying; address of original may be compared.\n\n"); return false; } -- cgit v1.1