re PR translation/47911 (gettext string typo: params.def:861: parition)
authorRichard Guenther <rguenther@suse.de>
Mon, 21 Mar 2011 15:30:03 +0000 (15:30 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 21 Mar 2011 15:30:03 +0000 (15:30 +0000)
2011-03-21  Richard Guenther  <rguenther@suse.de>

PR translation/47911
* params.def (lto-partitions): Fix typo.
(lto-min-partition): Fix wording.

From-SVN: r171244

gcc/ChangeLog
gcc/params.def

index c1062ca588d98d30b6d0da9cd53ce92c104c9d3e..55e6e952b26f126f494f3ae588e9942fc731579e 100644 (file)
@@ -1,3 +1,9 @@
+2011-03-21  Richard Guenther  <rguenther@suse.de>
+
+       PR translation/47911
+       * params.def (lto-partitions): Fix typo.
+       (lto-min-partition): Fix wording.
+
 2011-03-21  Andreas Tobler  <andreast@fgznet.ch>
 
        * config/rs6000/t-freebsd: Remove duplication from file.
index 76965b8a5cf0a2a4ce2c3992ee11f9107ecf4fe0..e4d5e5044b9b57baa6595738b379e68bf75b897e 100644 (file)
@@ -867,12 +867,12 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE,
 
 DEFPARAM (PARAM_LTO_PARTITIONS,
          "lto-partitions",
-         "Number of paritions program should be split to",
+         "Number of partitions the program should be split to",
          32, 1, 0)
 
 DEFPARAM (MIN_PARTITION_SIZE,
          "lto-min-partition",
-         "Size of minimal paritition for WHOPR (in estimated instructions)",
+         "Minimal size of a paritition for LTO (in estimated instructions)",
          1000, 0, 0)
 
 /* Diagnostic parameters.  */