On Mon, 21 Mar 2011, Joseph S. Myers wrote: > On Mon, 21 Mar 2011, Rainer Orth wrote: > > > Richard Guenther <rguent...@suse.de> writes: > > > > > Index: gcc/params.def > > > =================================================================== > > > --- gcc/params.def (revision 171229) > > > +++ gcc/params.def (working copy) > > > @@ -868,7 +868,7 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE, > > > DEFPARAM (PARAM_LTO_PARTITIONS, > > > "lto-partitions", > > > "Number of paritions program should be split to", > > > > Not your patch, but ^ typo. > > (PR 47911.)
Committed. 2011-03-21 Richard Guenther <rguent...@suse.de> PR translation/47911 * params.def (lto-partitions): Fix typo. (lto-min-partition): Fix wording. Index: gcc/params.def =================================================================== --- gcc/params.def (revision 171236) +++ gcc/params.def (working copy) @@ -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. */