From cea618ac1fbb93b3b74f1861fe741d6df1bdac42 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 28 Jul 2007 23:55:00 +0000 Subject: cfglayout.c, [...]: Fix comment typos. * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md, config/arm/neon-schedgen.ml, config/arm/neon.ml, config/arm/vec-common.md, config/ia64/div.md, cselib.c, df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c, regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c, tree-vect-transform.c, tree.def: Fix comment typos. Follow spelling conventions. * doc/invoke.texi: Follow spelling conventions. From-SVN: r127030 --- gcc/tree-ssa-live.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-live.c') diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index 5dcebb5c253..0fba499fe47 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -461,7 +461,7 @@ mark_scope_block_unused (tree scope) or there is precisely one subblocks and the block has same abstract origin as outer block and declares no variables, so it is pure wrapper. - When we are not outputting full debug info, we also elliminate dead variables + When we are not outputting full debug info, we also eliminate dead variables out of scope blocks to let them to be recycled by GGC and to save copying work done by the inliner. */ -- cgit v1.2.1