OSDN Git Service

PR translation/52264
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Feb 2012 06:29:12 +0000 (06:29 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Feb 2012 06:29:12 +0000 (06:29 +0000)
* cgraphunit.c (verify_cgraph_node): Fix a typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184298 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cgraphunit.c

index 030b51a..f539ec2 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 ae3090e..99b82b2 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)