Commit c01c261d by Nick Clifton Committed by Nick Clifton

* opts.c (print_specific_help): Fix typo in --help text.

From-SVN: r132432
parent 2e834acb
2008-02-19 Nick Clifton <nickc@redhat.com>
* opts.c (print_specific_help): Fix typo in --help text.
2008-02-19 Jakub Jelinek <jakub@redhat.com>
PR target/35239
......
......@@ -1264,7 +1264,7 @@ print_specific_help (unsigned int include_flags,
if (i >= cl_lang_count)
break;
if ((exclude_flags & ((1U << cl_lang_count) - 1)) != 0)
description = _("The following options are specific to the just the language ");
description = _("The following options are specific to just the language ");
else
description = _("The following options are supported by the language ");
descrip_extra = lang_names [i];
......
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