From 3f1507c5d2e6f7941727e98c58feeff7a9a70f0a Mon Sep 17 00:00:00 2001 From: rguenth Date: Mon, 21 Mar 2011 15:33:46 +0000 Subject: [PATCH] 2011-03-21 Richard Guenther * params.def (lto-min-partition): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171246 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/params.def | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30542ef..576df6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-03-21 Richard Guenther + * params.def (lto-min-partition): Fix typo. + +2011-03-21 Richard Guenther + PR c/47939 * c-decl.c (grokdeclarator): Drop to the main variant only for array types. Drop flag_gen_aux_info check. diff --git a/gcc/params.def b/gcc/params.def index e4d5e50..8ecda91 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. */ -- 2.7.4