Fix typo.

From-SVN: r201101
This commit is contained in:
Mike Stump 2013-07-21 16:46:05 +00:00
parent a443762020
commit 5796b4e462
1 changed files with 2 additions and 2 deletions

View File

@ -548,8 +548,8 @@ static bool
comdat_can_be_unshared_p_1 (symtab_node node)
{
/* When address is taken, we don't know if equality comparison won't
break eventaully. Exception are virutal functions and vtables, where
this is not possible by language standard. */
break eventually. Exception are virutal functions and vtables,
where this is not possible by language standard. */
if (!DECL_VIRTUAL_P (node->symbol.decl)
&& address_taken_from_non_vtable_p (node))
return false;