PR translation/52264
* cgraphunit.c (verify_cgraph_node): Fix a typo.
From-SVN: r184298
+2012-02-16 Jakub Jelinek <jakub@redhat.com>
+
+ PR translation/52264
+ * cgraphunit.c (verify_cgraph_node): Fix a typo.
+
2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
for (i = 0; ipa_ref_list_reference_iterate (&node->ref_list, i, ref); i++)
if (ref->use != IPA_REF_ALIAS)
{
- error ("Alias has non-alias refernece");
+ error ("Alias has non-alias reference");
error_found = true;
}
else if (ref_found)