This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gcc-2.95] Typos in cpp --help
- To: bernds at redhat dot com, gcc-patches at gcc dot gnu dot org
- Subject: [gcc-2.95] Typos in cpp --help
- From: Philip Blundell <philb at inkvine dot fluff dot org>
- Date: Mon, 17 Sep 2001 10:30:56 +0100 (BST)
Bernd, may I check this in to the branch?
p.
Mon Sep 17 10:28:14 2001 Philip Blundell <philb@gnu.org>
* cccp.c (print_help): Fix typos.
Index: cccp.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/cccp.c,v
retrieving revision 1.69.4.4
diff -u -r1.69.4.4 cccp.c
--- cccp.c 2001/01/25 14:03:00 1.69.4.4
+++ cccp.c 2001/09/17 09:28:38
@@ -1124,7 +1124,7 @@
printf ("Usage: %s [switches] input output\n", progname);
printf ("Switches:\n");
printf (" -include <file> Include the contents of <file> before other files\n");
- printf (" -imacros <file> Accept definition of marcos in <file>\n");
+ printf (" -imacros <file> Accept definition of macros in <file>\n");
printf (" -iprefix <path> Specify <path> as a prefix for next two options\n");
printf (" -iwithprefix <dir> Add <dir> to the end of the system include paths\n");
printf (" -iwithprefixbefore <dir> Add <dir> to the end of the main include paths\n");
@@ -1138,7 +1138,7 @@
printf (" -traditional Follow K&R pre-processor behaviour\n");
printf (" -trigraphs Support ANSI C trigraphs\n");
printf (" -lang-c Assume that the input sources are in C\n");
- printf (" -lang-c89 Assume that the input is C89; depricated\n");
+ printf (" -lang-c89 Assume that the input is C89; deprecated\n");
printf (" -lang-c++ Assume that the input sources are in C++\n");
printf (" -lang-objc Assume that the input sources are in ObjectiveC\n");
printf (" -lang-objc++ Assume that the input sources are in ObjectiveC++\n");