From 630962bf86793a9a440c8f5002497be44f37297b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 28 Sep 1998 19:13:25 +0000 Subject: [PATCH] toplev.c (documented_lang_options): Spelling corrections. * toplev.c (documented_lang_options): Spelling corrections. (`whoes' -> `whose') From-SVN: r22631 --- gcc/ChangeLog | 4 ++++ gcc/toplev.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19c29091dee..2c7fb1018a0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 28 22:08:52 1998 Kaveh R. Ghazi + + * toplev.c (documented_lang_options): Spelling corrections. + Mon Sep 28 19:41:24 1998 Alexandre Oliva * configure.in: new flags --with-ld and --with-as, equivalent diff --git a/gcc/toplev.c b/gcc/toplev.c index 8cc0c73df0a..281e3e19255 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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) -- 2.30.2