]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
toplev.c (documented_lang_options): Spelling corrections.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 28 Sep 1998 19:13:25 +0000 (19:13 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 28 Sep 1998 19:13:25 +0000 (19:13 +0000)
        * toplev.c (documented_lang_options): Spelling corrections.
(`whoes' -> `whose')

From-SVN: r22631

gcc/ChangeLog
gcc/toplev.c

index 19c29091dee8d03a9cd9619dc48bc17934047269..2c7fb1018a0449489fda8ae830f99c099c0426c4 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 28 22:08:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * toplev.c (documented_lang_options): Spelling corrections.
+
 Mon Sep 28 19:41:24 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * configure.in: new flags --with-ld and --with-as, equivalent
index 8cc0c73df0a1a9bc42f1351d6dfc9a80752cc0ad..281e3e192555a4f4bbe31a48952b0691e099733b 100644 (file)
@@ -981,7 +981,7 @@ documented_lang_options[] =
   { "-Wno-bad-function-cast", "" },
   { "-Wcast-qual", "Warn about casts which discard qualifiers"},
   { "-Wno-cast-qual", "" },
-  { "-Wchar-subscripts", "Warn about subscripts whoes type is 'char'"},
+  { "-Wchar-subscripts", "Warn about subscripts whose type is 'char'"},
   { "-Wno-char-subscripts", "" },
   { "-Wcomment", "Warn if nested comments are detected" },
   { "-Wno-comment", },
@@ -1030,7 +1030,7 @@ documented_lang_options[] =
   { "-Wno-unknown-pragmas", "" },
   { "-Wstrict-prototypes", "Warn about non-prototyped function decls" },
   { "-Wno-strict-prototypes", "" },
-  { "-Wtraditional", "Warn about constructs whoes meaning change in ANSI C"},
+  { "-Wtraditional", "Warn about constructs whose meaning change in ANSI C"},
   { "-Wno-traditional", "" },
   { "-Wtrigraphs", "Warn when trigraphs are encountered" },
   { "-Wno-trigraphs", "" },
@@ -4037,7 +4037,7 @@ display_help ()
      If the description is empty, do not display anything.  (This allows
      options to be deliberately undocumented, for whatever reason).
      If the option string is missing, then this is a marker, indicating
-     that the description string is in fact the name of a language, whoes
+     that the description string is in fact the name of a language, whose
      language specific options are to follow.  */
   
   if (NUM_ELEM (documented_lang_options) > 1)