OSDN Git Service

2011-10-21 Roland Stigge <stigge@antcom.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Oct 2011 14:55:42 +0000 (14:55 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Oct 2011 14:55:42 +0000 (14:55 +0000)
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

gcc/ChangeLog
gcc/params.def

index 79af840..c7a5e8f 100644 (file)
@@ -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>
 
index 5e49c48..b160530 100644 (file)
@@ -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.  */