diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-01-16 22:45:49 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-16 15:45:49 -0700 |
commit | 62e7b7195c7714de352e90d3ff5ce15d5bf45b7d (patch) | |
tree | 999db5731f348deb0dbed044c6e3e6e43b3f7675 /gcc/cpplib.c | |
parent | cbc546653d403b78ecab4ad44945ca5ba0c588e2 (diff) | |
download | gcc-62e7b7195c7714de352e90d3ff5ce15d5bf45b7d.zip gcc-62e7b7195c7714de352e90d3ff5ce15d5bf45b7d.tar.gz gcc-62e7b7195c7714de352e90d3ff5ce15d5bf45b7d.tar.bz2 |
cccp.c (print_help): Fix typos.
* cccp.c (print_help): Fix typos.
* cpplib.c (print_help): Fix typos.
* toplev.c (f_optiosn): Fix typos.
(documented_lang_options): Fix typos.
From-SVN: r24706
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 2c4afab..1c0b6c5 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -5286,10 +5286,10 @@ print_help () printf (" -Wcomment{s} Warn if one comment starts inside another\n"); printf (" -Wno-comment{s} Do not warn about comments\n"); printf (" -Wtraditional Warn if a macro argument is/would be turned into\n"); - printf (" a string if -tradtional is specified\n"); + printf (" a string if -traditional is specified\n"); printf (" -Wno-traditional Do not warn about stringification\n"); printf (" -Wundef Warn if an undefined macro is used by #if\n"); - printf (" -Wno-undef Do not warn about testing udefined macros\n"); + printf (" -Wno-undef Do not warn about testing undefined macros\n"); printf (" -Wimport Warn about the use of the #import directive\n"); printf (" -Wno-import Do not warn about the use of #import\n"); printf (" -Werror Treat all warnings as errors\n"); |