From 1cd9e4164e333f1c4bfc32ed3dd5550b2e625d4a Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Mon, 21 Mar 2011 15:30:03 +0000 Subject: [PATCH] re PR translation/47911 (gettext string typo: params.def:861: parition) 2011-03-21 Richard Guenther PR translation/47911 * params.def (lto-partitions): Fix typo. (lto-min-partition): Fix wording. From-SVN: r171244 --- gcc/ChangeLog | 6 ++++++ gcc/params.def | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1062ca588d..55e6e952b26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-03-21 Richard Guenther + + PR translation/47911 + * params.def (lto-partitions): Fix typo. + (lto-min-partition): Fix wording. + 2011-03-21 Andreas Tobler * config/rs6000/t-freebsd: Remove duplication from file. diff --git a/gcc/params.def b/gcc/params.def index 76965b8a5cf..e4d5e5044b9 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. */ -- 2.30.2