Commit 1cd9e416 by Richard Guenther Committed by Richard Biener

re PR translation/47911 (gettext string typo: params.def:861: parition)

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
parent ada5ad67
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> 2011-03-21 Andreas Tobler <andreast@fgznet.ch>
* config/rs6000/t-freebsd: Remove duplication from file. * config/rs6000/t-freebsd: Remove duplication from file.
......
...@@ -867,12 +867,12 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE, ...@@ -867,12 +867,12 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE,
DEFPARAM (PARAM_LTO_PARTITIONS, DEFPARAM (PARAM_LTO_PARTITIONS,
"lto-partitions", "lto-partitions",
"Number of paritions program should be split to", "Number of partitions the program should be split to",
32, 1, 0) 32, 1, 0)
DEFPARAM (MIN_PARTITION_SIZE, DEFPARAM (MIN_PARTITION_SIZE,
"lto-min-partition", "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) 1000, 0, 0)
/* Diagnostic parameters. */ /* Diagnostic parameters. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment