summaryrefslogtreecommitdiffstats
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-16 22:45:49 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-16 22:45:49 +0000
commitaba4a9bf5e2805c0c44ad38d84078cb0e01070aa (patch)
tree999db5731f348deb0dbed044c6e3e6e43b3f7675 /gcc/cpplib.c
parent97c9de0114a68f894c6c9c04961149c3fa049c1f (diff)
downloadppe42-gcc-aba4a9bf5e2805c0c44ad38d84078cb0e01070aa.tar.gz
ppe42-gcc-aba4a9bf5e2805c0c44ad38d84078cb0e01070aa.zip
* cccp.c (print_help): Fix typos.
* cpplib.c (print_help): Fix typos. * toplev.c (f_optiosn): Fix typos. (documented_lang_options): Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24706 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 2c4afab4d53..1c0b6c50ff3 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");
OpenPOWER on IntegriCloud