From: Richard Guenther Date: Mon, 21 Mar 2011 15:33:46 +0000 (+0000) Subject: params.def (lto-min-partition): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac43f774369194320ba2368b21550d4aa5ca97b9;p=gcc.git params.def (lto-min-partition): Fix typo. 2011-03-21 Richard Guenther * params.def (lto-min-partition): Fix typo. From-SVN: r171246 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30542ef287a..576df6c4aef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-03-21 Richard Guenther + + * params.def (lto-min-partition): Fix typo. + 2011-03-21 Richard Guenther PR c/47939 diff --git a/gcc/params.def b/gcc/params.def index e4d5e5044b9..8ecda91b799 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -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. */