diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-21 14:55:42 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-21 14:55:42 +0000 |
commit | 28ea609cc6102bce91651088152f3c9c99ad99e1 (patch) | |
tree | c2045be4871a94718ba550dfb7e16d45c65de2f6 /gcc/params.def | |
parent | e9c1817eff1e8a4af05a615ac0dc9e7f70c017d0 (diff) | |
download | gcc-28ea609cc6102bce91651088152f3c9c99ad99e1.tar.gz |
2011-10-21 Roland Stigge <stigge@antcom.de>
PR translation/47064
* params.def: Fix typo "compilatoin" -> "compilation".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180307 138bc75d-0d04-0410-961f-82ee72b054a4
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 5e49c48f7b9..b160530cd1a 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -111,7 +111,7 @@ DEFPARAM (PARAM_EARLY_INLINER_MAX_ITERATIONS, /* Limit on probability of entry BB. */ DEFPARAM (PARAM_COMDAT_SHARING_PROBABILITY, "comdat-sharing-probability", - "Probability that COMDAT function will be shared with different compilatoin unit", + "Probability that COMDAT function will be shared with different compilation unit", 20, 0, 0) /* Limit on probability of entry BB. */ |