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
+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.
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. */