OSDN Git Service

* opts.c (print_specific_help): Fix typo in --help text.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Feb 2008 14:15:36 +0000 (14:15 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Feb 2008 14:15:36 +0000 (14:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132432 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/opts.c

index 97587c7..056eacf 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 f2eea7d..96643ef 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];