From 56aae4b7c0d088f2b1056b41ba1f502d93550020 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 8 Mar 2016 18:49:34 +0100 Subject: ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because. * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because. * ipa-reference.c (ignore_module_statics): Likewise. * cgraph.c (cgraph_node::get_body): Likewise. * ipa-inline.c (early_inliner): Likewise. * ipa-devirt.c (types_same_for_odr): Likewise. * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise. * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise. cp/ * decl.c (duplicate_decls): Fix spelling - becuase -> because. lto/ * lto-symtab.h (lto_symtab_prevail_decl): Fix spelling - becuase -> because. From-SVN: r234061 --- gcc/ipa-devirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa-devirt.c') diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index deb2a27..2da5c01 100644 --- a/gcc/ipa-devirt.c +++ b/gcc/ipa-devirt.c @@ -393,7 +393,7 @@ odr_vtable_hasher::hash (const odr_type_d *odr_type) When STRICT is true, we compare types by their names for purposes of ODR violation warnings. When strict is false, we consider variants - equivalent, becuase it is all that matters for devirtualization machinery. + equivalent, because it is all that matters for devirtualization machinery. */ bool -- cgit v1.1