From: Roland Stigge Date: Fri, 21 Oct 2011 14:55:42 +0000 (+0000) Subject: re PR translation/47064 (params.def: Translatable string compilatoin (vs. compilation)) X-Git-Tag: releases/gcc-4.7.0~2913 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9200b30225ee5a65aff650ce166735f04501abea;p=thirdparty%2Fgcc.git re PR translation/47064 (params.def: Translatable string compilatoin (vs. compilation)) 2011-10-21 Roland Stigge PR translation/47064 * params.def: Fix typo "compilatoin" -> "compilation". From-SVN: r180307 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 79af84004c34..c7a5e8f0f761 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-10-21 Roland Stigge + + PR translation/47064 + * params.def: Fix typo "compilatoin" -> "compilation". + 2011-10-21 H.J. Lu Kirill Yukhin diff --git a/gcc/params.def b/gcc/params.def index 5e49c48f7b9d..b160530cd1a3 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. */