aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-02-18 00:52:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-02-18 00:52:51 +0000
commitea2c620c644121eb9596d47c182453475f5dc559 (patch)
treeb38a0a5dbb19ac45ec4d154b015e6872d5aa49c0 /gcc/tree-inline.c
parentaabd86cb158b3da3e02f060cae2b3adc0dbda6dc (diff)
downloadgcc-ea2c620c644121eb9596d47c182453475f5dc559.zip
gcc-ea2c620c644121eb9596d47c182453475f5dc559.tar.gz
gcc-ea2c620c644121eb9596d47c182453475f5dc559.tar.bz2
cfgloop.c, [...]: Fix comment typos.
* cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c, config/i386/athlon.md, config/ia64/ia64.md, config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md, df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c, ipa-prop.h, see.c, struct-equiv.c, tree-inline.c, tree-ssa-loop-niter.c, tree-vect-analyze.c, tree-vect-transform.c: Fix comment typos. From-SVN: r122080
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r--gcc/tree-inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 4e6e3de..27d985e 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -2288,7 +2288,7 @@ init_inline_once (void)
/* Estimating time for call is difficult, since we have no idea what the
called function does. In the current uses of eni_time_weights,
underestimating the cost does less harm than overestimating it, so
- we choose a rather small walue here. */
+ we choose a rather small value here. */
eni_time_weights.call_cost = 10;
eni_time_weights.div_mod_cost = 10;
eni_time_weights.switch_cost = 4;