From 2a7e31df70cf600dfaa401cb426578994739bce0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 5 Sep 2004 15:24:15 +0000 Subject: c-common.c, [...]: Fix comment typos. * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h, et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h, hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c, tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c, tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-loop-niter.c, tree-ssa-operands.c, tree-ssa-operands.h, tree-ssa-propagate.c, tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c, vec.c, vec.h: Fix comment typos. Follow spelling conventions. From-SVN: r87104 --- gcc/hard-reg-set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/hard-reg-set.h') diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h index 8f61cdf25b2..397660c0d07 100644 --- a/gcc/hard-reg-set.h +++ b/gcc/hard-reg-set.h @@ -35,7 +35,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA the same format as a HARD_REG_SET. To help make sure this is true, we only try the widest fast integer mode (HOST_WIDEST_FAST_INT) instead of all the smaller types. This approach loses only if - there are avery few registers and then only in the few cases where + there are very few registers and then only in the few cases where we have an array of HARD_REG_SETs, so it needn't be as complex as it used to be. */ -- cgit v1.2.1