re PR translation/52264 (translatable string typo: "refernece")
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 Feb 2012 06:29:12 +0000 (07:29 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 16 Feb 2012 06:29:12 +0000 (07:29 +0100)
PR translation/52264
* cgraphunit.c (verify_cgraph_node): Fix a typo.

From-SVN: r184298

gcc/ChangeLog
gcc/cgraphunit.c

index 030b51afd20fe16e327e161993b9214f079c5a16..f539ec2487b631ef6e86f625a38996c61e0c9600 100644 (file)
@@ -1,3 +1,8 @@
+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.
index ae3090e2b134418656bcc24e9f1c941658f92da3..99b82b2665a873db00365eb62233f174a925baae 100644 (file)
@@ -667,7 +667,7 @@ verify_cgraph_node (struct cgraph_node *node)
       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)