diff options
author | Roland Stigge <stigge@antcom.de> | 2011-10-21 14:55:42 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2011-10-21 14:55:42 +0000 |
commit | 9200b30225ee5a65aff650ce166735f04501abea (patch) | |
tree | c2045be4871a94718ba550dfb7e16d45c65de2f6 | |
parent | d25f2fb9d6120bfc2b00c1ba02e326f6a2227d7c (diff) | |
download | gcc-9200b30225ee5a65aff650ce166735f04501abea.zip gcc-9200b30225ee5a65aff650ce166735f04501abea.tar.gz gcc-9200b30225ee5a65aff650ce166735f04501abea.tar.bz2 |
re PR translation/47064 (params.def: Translatable string compilatoin (vs. compilation))
2011-10-21 Roland Stigge <stigge@antcom.de>
PR translation/47064
* params.def: Fix typo "compilatoin" -> "compilation".
From-SVN: r180307
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/params.def | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 79af840..c7a5e8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-10-21 Roland Stigge <stigge@antcom.de> + + PR translation/47064 + * params.def: Fix typo "compilatoin" -> "compilation". + 2011-10-21 H.J. Lu <hongjiu.lu@intel.com> Kirill Yukhin <kirill.yukhin@intel.com> diff --git a/gcc/params.def b/gcc/params.def index 5e49c48..b160530 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. */ |