aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2013-07-21 16:46:05 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 16:46:05 +0000
commit5796b4e4623eac9924f312f402ffe57dffbadaf4 (patch)
tree06a882b554268375b16faf89a6e8d4a8b1a04629 /gcc/ipa.c
parenta44376202015b5a7c7ce137c6bfb91624b0d52ec (diff)
downloadgcc-5796b4e4623eac9924f312f402ffe57dffbadaf4.zip
gcc-5796b4e4623eac9924f312f402ffe57dffbadaf4.tar.gz
gcc-5796b4e4623eac9924f312f402ffe57dffbadaf4.tar.bz2
Fix typo.
From-SVN: r201101
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r--gcc/ipa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa.c b/gcc/ipa.c
index 7c0d495..4fc720c 100644
--- a/gcc/ipa.c
+++ b/gcc/ipa.c
@@ -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;