[committed] Fix a typo in translatable string (PR translation/79018)

Jakub Jelinek jakub@redhat.com
Sat Jan 7 08:38:00 GMT 2017


Hi!

Committed as obvious to trunk.

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.

--- gcc/params.def.jj	2017-01-01 12:45:36.000000000 +0100
+++ gcc/params.def	2017-01-07 09:35:05.371159337 +0100
@@ -1102,7 +1102,7 @@ DEFPARAM (PARAM_STORE_MERGING_ALLOW_UNAL
 
 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)
 

	Jakub



More information about the Gcc-patches mailing list