]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cccp.c (print_help): Fix typos.
authorPhilip Blundell <philb@gnu.org>
Tue, 18 Sep 2001 10:54:51 +0000 (10:54 +0000)
committerPhil Blundell <pb@gcc.gnu.org>
Tue, 18 Sep 2001 10:54:51 +0000 (10:54 +0000)
2001-09-17  Philip Blundell  <philb@gnu.org>

* cccp.c (print_help): Fix typos.

From-SVN: r45676

gcc/ChangeLog
gcc/cccp.c

index 402bc45cb2160758b06e7eb85865a6e0656abe30..77bedc4945b086dd59d1d0025018856cb8e0c2bb 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-17  Philip Blundell  <philb@gnu.org>
+
+       * cccp.c (print_help): Fix typos.
+
 2001-08-29  David O'Brien  <obrien@FreeBSD.org>
 
        * config/alpha/crtbegin.asm: The normal calling convention for alpha is
index 023502fbde4121d258e4ad6873c40eb61f11894c..843866c59ebf67e60bf9159345af61291530106e 100644 (file)
@@ -1124,7 +1124,7 @@ print_help ()
   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 @@ print_help ()
   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");