From patchwork Fri Oct 21 14:56:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PR,translation/47064] Fix committed as obvious X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 120999 Message-Id: <4EA1880A.2090201@oracle.com> To: "gcc-patches@gcc.gnu.org" Date: Fri, 21 Oct 2011 16:56:10 +0200 From: Paolo Carlini List-Id: Hi, committed. Thanks, Paolo. ////////////////////// 2011-10-21 Roland Stigge PR translation/47064 * params.def: Fix typo "compilatoin" -> "compilation". Index: params.def =================================================================== --- params.def (revision 180288) +++ params.def (working copy) @@ -111,7 +111,7 @@ /* 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. */