* varpool.c (ctor_for_folding): Fix typo in comment.
From-SVN: r204537
This commit is contained in:
parent
76c79d3307
commit
6d0b710573
@ -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.:
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user