]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* varpool.c (ctor_for_folding): Fix typo in comment.
authorJeff Law <law@redhat.com>
Thu, 7 Nov 2013 19:26:25 +0000 (12:26 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 7 Nov 2013 19:26:25 +0000 (12:26 -0700)
From-SVN: r204537

gcc/ChangeLog
gcc/varpool.c

index 57e276a1593d2643c83ec3c63408c14a0cdc0867..243175c2e7981f5bf4bbf1e833d2fb619e97e4fc 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-07  Jeff Law  <law@redhat.com>
+
+       * varpool.c (ctor_for_folding): Fix typo in comment.
+
 2013-11-07  Joern Rennecke  <joern.rennecke@embecosm.com>
 
        * config/arc/arc.c (arc_ifcvt): Use commutativity, e.g.:
index 4f1658ea635894c4dace538e01c957cc8082459c..1e4c823338c08aa5c33213f69f02ad1b8f9fa997 100644 (file)
@@ -304,7 +304,7 @@ ctor_for_folding (tree decl)
       return DECL_INITIAL (real_decl);
     }
 
-  /* If thre is no constructor, we have nothing to do.  */
+  /* If there is no constructor, we have nothing to do.  */
   if (DECL_INITIAL (real_decl) == error_mark_node)
     return error_mark_node;