Commit 6d0b7105 by Jeff Law Committed by Jeff Law

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

From-SVN: r204537
parent 76c79d33
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.:
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment