aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-01-07 09:37:06 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-01-07 09:37:06 +0100
commit0fc08a17f0b750eeca8bae85eca0d944e4da130e (patch)
treeafb6327281ef35a61353999973279ff8fa8708cf /gcc/params.def
parentebeba0306aec2152d5819a4fd0049628ea13ea57 (diff)
downloadgcc-0fc08a17f0b750eeca8bae85eca0d944e4da130e.zip
gcc-0fc08a17f0b750eeca8bae85eca0d944e4da130e.tar.gz
gcc-0fc08a17f0b750eeca8bae85eca0d944e4da130e.tar.bz2
re PR translation/79018 (translatable string typo in params.def:1105)
PR translation/79018 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between the and store. From-SVN: r244195
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def
index 64a9dbe..38e91d6 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -1102,7 +1102,7 @@ DEFPARAM (PARAM_STORE_MERGING_ALLOW_UNALIGNED,
DEFPARAM (PARAM_MAX_STORES_TO_MERGE,
"max-stores-to-merge",
- "Maximum number of constant stores to merge in the"
+ "Maximum number of constant stores to merge in the "
"store merging pass",
64, 2, 0)