diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/params.def | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30542ef287a..576df6c4aef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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 * 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 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. */ |