From: Mike Stump Date: Sun, 21 Jul 2013 16:46:05 +0000 (+0000) Subject: Fix typo. X-Git-Tag: releases/gcc-4.9.0~4937 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5796b4e4623eac9924f312f402ffe57dffbadaf4;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r201101 --- diff --git a/gcc/ipa.c b/gcc/ipa.c index 7c0d495695ba..4fc720cf19ce 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;