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