Commit 1eb3478f by Richard Guenther Committed by Richard Biener

re PR translation/52211 (Typo in translatable string: "-fdisble" ("-fdisable"))

2012-02-13  Richard Guenther  <rguenther@suse.de>

	PR translation/52211
	* passes.c (enable_disable_pass): Fix typo.

From-SVN: r184152
parent 205ec405
2012-02-13 Richard Guenther <rguenther@suse.de>
PR translation/52211
* passes.c (enable_disable_pass): Fix typo.
2012-02-13 Jakub Jelinek <jakub@redhat.com>
PR middle-end/52209
......
......@@ -709,7 +709,7 @@ enable_disable_pass (const char *arg, bool is_enable)
if (is_enable)
error ("unknown pass %s specified in -fenable", phase_name);
else
error ("unknown pass %s specified in -fdisble", phase_name);
error ("unknown pass %s specified in -fdisable", phase_name);
free (argstr);
return;
}
......
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