From 4a7e4fcc3dc597410d1b6b6d0e245e9b1c107c9b Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 28 Jul 2007 23:55:00 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127030 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-vect-transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-vect-transform.c') diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c index 8d309583e72..642437cbbdf 100644 --- a/gcc/tree-vect-transform.c +++ b/gcc/tree-vect-transform.c @@ -265,7 +265,7 @@ vect_estimate_min_profitable_iters (loop_vec_info loop_vinfo) /* If the number of iterations is unknown, or the peeling-for-misalignment amount is unknown, we eill have to generate - a runtime test to test the loop count agains the threshold. */ + a runtime test to test the loop count against the threshold. */ if (!LOOP_VINFO_NITERS_KNOWN_P (loop_vinfo) || (byte_misalign < 0)) runtime_test = true; -- cgit v1.2.1