* varpool.c (ctor_for_folding): Fix typo in comment.

From-SVN: r204537
This commit is contained in:
Jeff Law 2013-11-07 12:26:25 -07:00 committed by Jeff Law
parent 76c79d3307
commit 6d0b710573
2 changed files with 5 additions and 1 deletions

View 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.:

View 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;