Commit 0fc08a17 by Jakub Jelinek Committed by Jakub Jelinek

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
parent ebeba030
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment