aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-09-28 19:13:25 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-09-28 19:13:25 +0000
commit630962bf86793a9a440c8f5002497be44f37297b (patch)
treed1b0122b1d5296115a51704a28ae9f8faa983e45 /gcc
parent4f70a8465393270fe9bafe6b15fb8547e54c2e8c (diff)
downloadgcc-630962bf86793a9a440c8f5002497be44f37297b.zip
gcc-630962bf86793a9a440c8f5002497be44f37297b.tar.gz
gcc-630962bf86793a9a440c8f5002497be44f37297b.tar.bz2
toplev.c (documented_lang_options): Spelling corrections.
* toplev.c (documented_lang_options): Spelling corrections. (`whoes' -> `whose') From-SVN: r22631
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/toplev.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 19c2909..2c7fb10 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 8cc0c73..281e3e1 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)