diff mbox

Fix PR48210

Message ID alpine.LNX.2.00.1103211628410.810@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener March 21, 2011, 3:28 p.m. UTC
On Mon, 21 Mar 2011, Joseph S. Myers wrote:

> On Mon, 21 Mar 2011, Rainer Orth wrote:
> 
> > Richard Guenther <rguenther@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  <rguenther@suse.de>

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

Comments

Rainer Orth March 21, 2011, 3:30 p.m. UTC | #1
Richard Guenther <rguenther@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 :-)		^

	Rainer
diff mbox

Patch

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