This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR48210


On Mon, 21 Mar 2011, Rainer Orth wrote:

> 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 :-)		^

Fixed.

Clearly shows the value of spell-checkers in IDEs ;)  Of course I
simply blame Honza ... ;)

Richard.

2011-03-21  Richard Guenther  <rguenther@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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]