aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-02-19 14:15:36 +0000
committerNick Clifton <nickc@gcc.gnu.org>2008-02-19 14:15:36 +0000
commitc01c261df2555ab9b4bd979a18dc4807f76263be (patch)
treea1e27a48d5019bffd17ef56f3c07edce251bcb8f /gcc/opts.c
parent2e834acbc1409834ad203eee31fdece6e17ce56d (diff)
downloadgcc-c01c261df2555ab9b4bd979a18dc4807f76263be.zip
gcc-c01c261df2555ab9b4bd979a18dc4807f76263be.tar.gz
gcc-c01c261df2555ab9b4bd979a18dc4807f76263be.tar.bz2
* opts.c (print_specific_help): Fix typo in --help text.
From-SVN: r132432
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index f2eea7d..96643ef 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -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];