]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* opts.c (print_specific_help): Fix typo in --help text.
authorNick Clifton <nickc@redhat.com>
Tue, 19 Feb 2008 14:15:36 +0000 (14:15 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 19 Feb 2008 14:15:36 +0000 (14:15 +0000)
From-SVN: r132432

gcc/ChangeLog
gcc/opts.c

index 97587c7321ac0cabad24703cfe45fa6920e0d5da..056eacfff7438540826dc4a464a917354336d82b 100644 (file)
@@ -1,3 +1,7 @@
+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
index f2eea7dcf7edebcb7b0cb1bbd569900c7a2b6874..96643ef48fa87622871bc59917940c0865e7ddc5 100644 (file)
@@ -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];