diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2009-12-22 15:58:10 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-12-22 15:58:10 +0000 |
commit | 6701861954dc22642465baf26d7aaa73092392b5 (patch) | |
tree | d0ec3c883f7c9d6c9a30895fb227a403931ff809 /gcc/params.def | |
parent | 5dd65e227a6091dbe81b46e484a242f6a58f5cd9 (diff) | |
download | gcc-6701861954dc22642465baf26d7aaa73092392b5.tar.gz |
re PR driver/42463 (A typo with "estimated" word in gcc-4.5-b20091203.pot file)
2009-12-22 Paolo Carlini <paolo.carlini@oracle.com>
PR driver/42463
* params.def ([PARAM_PREDICTABLE_BRANCH_OUTCOME]): Fix typo in
help string.
* doc/invoke.texi: Fix typo.
From-SVN: r155400
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 7e09701dda3..5dcf745386a 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -52,7 +52,7 @@ DEFPARAM (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO, threshold (in percent), then it is considered well predictable. */ DEFPARAM (PARAM_PREDICTABLE_BRANCH_OUTCOME, "predictable-branch-outcome", - "Maximal esitmated outcome of branch considered predictable", + "Maximal estimated outcome of branch considered predictable", 2, 0, 50) /* The single function inlining limit. This is the maximum size |