On Mon, 21 Mar 2011, Rainer Orth wrote: > Richard Guenther <rguent...@suse.de> writes: > > > 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)", > > Another typo :-) ^
Fixed. Clearly shows the value of spell-checkers in IDEs ;) Of course I simply blame Honza ... ;) Richard. 2011-03-21 Richard Guenther <rguent...@suse.de> * params.def (lto-min-partition): Fix typo. Index: gcc/params.def =================================================================== --- gcc/params.def (revision 171244) +++ gcc/params.def (working copy) @@ -872,7 +872,7 @@ DEFPARAM (PARAM_LTO_PARTITIONS, DEFPARAM (MIN_PARTITION_SIZE, "lto-min-partition", - "Minimal size of a paritition for LTO (in estimated instructions)", + "Minimal size of a partition for LTO (in estimated instructions)", 1000, 0, 0) /* Diagnostic parameters. */