Commit 630962bf by Kaveh R. Ghazi Committed by Kaveh Ghazi

toplev.c (documented_lang_options): Spelling corrections.

        * toplev.c (documented_lang_options): Spelling corrections.
(`whoes' -> `whose')

From-SVN: r22631
parent 4f70a846
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> Mon Sep 28 19:41:24 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
* configure.in: new flags --with-ld and --with-as, equivalent * configure.in: new flags --with-ld and --with-as, equivalent
......
...@@ -981,7 +981,7 @@ documented_lang_options[] = ...@@ -981,7 +981,7 @@ documented_lang_options[] =
{ "-Wno-bad-function-cast", "" }, { "-Wno-bad-function-cast", "" },
{ "-Wcast-qual", "Warn about casts which discard qualifiers"}, { "-Wcast-qual", "Warn about casts which discard qualifiers"},
{ "-Wno-cast-qual", "" }, { "-Wno-cast-qual", "" },
{ "-Wchar-subscripts", "Warn about subscripts whoes type is 'char'"}, { "-Wchar-subscripts", "Warn about subscripts whose type is 'char'"},
{ "-Wno-char-subscripts", "" }, { "-Wno-char-subscripts", "" },
{ "-Wcomment", "Warn if nested comments are detected" }, { "-Wcomment", "Warn if nested comments are detected" },
{ "-Wno-comment", }, { "-Wno-comment", },
...@@ -1030,7 +1030,7 @@ documented_lang_options[] = ...@@ -1030,7 +1030,7 @@ documented_lang_options[] =
{ "-Wno-unknown-pragmas", "" }, { "-Wno-unknown-pragmas", "" },
{ "-Wstrict-prototypes", "Warn about non-prototyped function decls" }, { "-Wstrict-prototypes", "Warn about non-prototyped function decls" },
{ "-Wno-strict-prototypes", "" }, { "-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", "" }, { "-Wno-traditional", "" },
{ "-Wtrigraphs", "Warn when trigraphs are encountered" }, { "-Wtrigraphs", "Warn when trigraphs are encountered" },
{ "-Wno-trigraphs", "" }, { "-Wno-trigraphs", "" },
...@@ -4037,7 +4037,7 @@ display_help () ...@@ -4037,7 +4037,7 @@ display_help ()
If the description is empty, do not display anything. (This allows If the description is empty, do not display anything. (This allows
options to be deliberately undocumented, for whatever reason). options to be deliberately undocumented, for whatever reason).
If the option string is missing, then this is a marker, indicating 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. */ language specific options are to follow. */
if (NUM_ELEM (documented_lang_options) > 1) if (NUM_ELEM (documented_lang_options) > 1)
......
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