diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-23 19:10:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-23 19:10:01 +0000 |
commit | 2e0ea5157d874e581d0687fc8bb03336ebcc3e02 (patch) | |
tree | 3c832e34a17145e240e0663f35d46fec799e0211 /gcc/params.def | |
parent | 251c9c81684781973356a9baaeac09bfcf0df582 (diff) | |
download | gcc-2e0ea5157d874e581d0687fc8bb03336ebcc3e02.tar.gz |
params.def: Fix a typo.
* params.def: Fix a typo.
* config/mips/mips.c: Follow the spelling convensions.
* doc/invoke.texi: Fix typos.
From-SVN: r96944
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index 64cb88040e6..2dbc19758e0 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -158,7 +158,7 @@ DEFPARAM(PARAM_INLINE_UNIT_GROWTH, 50, 0, 0) DEFPARAM(PARAM_INLINE_CALL_COST, "inline-call-cost", - "expense of call operation relative to ordinary aritmetic operations", + "expense of call operation relative to ordinary arithmetic operations", 16, 0, 0) /* The GCSE optimization will be disabled if it would require |