params.def (lto-min-partition): Fix typo.

2011-03-21  Richard Guenther  <rguenther@suse.de>

	* params.def (lto-min-partition): Fix typo.

From-SVN: r171246
This commit is contained in:
Richard Guenther 2011-03-21 15:33:46 +00:00 committed by Richard Biener
parent 411cdbd841
commit ac43f77436
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-03-21 Richard Guenther <rguenther@suse.de>
* params.def (lto-min-partition): Fix typo.
2011-03-21 Richard Guenther <rguenther@suse.de>
PR c/47939

View File

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