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
This commit is contained in:
Jakub Jelinek 2017-01-07 09:37:06 +01:00 committed by Jakub Jelinek
parent ebeba0306a
commit 0fc08a17f0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-01-07 Jakub Jelinek <jakub@redhat.com>
PR translation/79018
* params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
the and store.
2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
PR target/57583

View File

@ -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)