diff options
author | Richard Guenther <rguenther@suse.de> | 2011-03-21 15:33:46 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-03-21 15:33:46 +0000 |
commit | ac43f774369194320ba2368b21550d4aa5ca97b9 (patch) | |
tree | 1e771bbe80be2d41f2c57916f1d178b2abedc8bb /gcc | |
parent | 411cdbd841d21a48ebc7f89f6d62c60f3e0dad47 (diff) | |
download | gcc-ac43f774369194320ba2368b21550d4aa5ca97b9.zip gcc-ac43f774369194320ba2368b21550d4aa5ca97b9.tar.gz gcc-ac43f774369194320ba2368b21550d4aa5ca97b9.tar.bz2 |
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
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 30542ef..576df6c 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 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. */ |