diff options
author | Richard Guenther <rguenther@suse.de> | 2011-03-21 15:30:03 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-03-21 15:30:03 +0000 |
commit | 1cd9e4164e333f1c4bfc32ed3dd5550b2e625d4a (patch) | |
tree | e9ec19b5603366354341dc0a5d2eb5d56a353046 /gcc | |
parent | ada5ad6738d4604647ef7fe43527c66b8b7dbcdb (diff) | |
download | gcc-1cd9e4164e333f1c4bfc32ed3dd5550b2e625d4a.zip gcc-1cd9e4164e333f1c4bfc32ed3dd5550b2e625d4a.tar.gz gcc-1cd9e4164e333f1c4bfc32ed3dd5550b2e625d4a.tar.bz2 |
re PR translation/47911 (gettext string typo: params.def:861: parition)
2011-03-21 Richard Guenther <rguenther@suse.de>
PR translation/47911
* params.def (lto-partitions): Fix typo.
(lto-min-partition): Fix wording.
From-SVN: r171244
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/params.def | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1062ca..55e6e95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-03-21 Richard Guenther <rguenther@suse.de> + + PR translation/47911 + * params.def (lto-partitions): Fix typo. + (lto-min-partition): Fix wording. + 2011-03-21 Andreas Tobler <andreast@fgznet.ch> * config/rs6000/t-freebsd: Remove duplication from file. diff --git a/gcc/params.def b/gcc/params.def index 76965b8..e4d5e50 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -867,12 +867,12 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE, DEFPARAM (PARAM_LTO_PARTITIONS, "lto-partitions", - "Number of paritions program should be split to", + "Number of partitions the program should be split to", 32, 1, 0) DEFPARAM (MIN_PARTITION_SIZE, "lto-min-partition", - "Size of minimal paritition for WHOPR (in estimated instructions)", + "Minimal size of a paritition for LTO (in estimated instructions)", 1000, 0, 0) /* Diagnostic parameters. */ |