]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in help message.
authorJim Wilson <wilson@cygnus.com>
Sat, 31 Jul 1999 02:43:44 +0000 (02:43 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 31 Jul 1999 02:43:44 +0000 (19:43 -0700)
* cccp.c (print_help): Change marcos to macros.

From-SVN: r28352

gcc/ChangeLog
gcc/cccp.c

index 55dd80940afc355e6fb9139a38af54585b6f29f1..3fa027ed840fb455cc3bce060b59a93a6e7d1145 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * cccp.c (print_help): Change marcos to macros.
+
 1999-07-30  Richard Henderson  <rth@cygnus.com>
 
        * c-typeck.c (initializer_constant_valid_p): Move ...
index 6e2d519f6263bee59b2c39076638b1c02b430e11..6be67a94a41097c7b250233974edc91a6f509c52 100644 (file)
@@ -1123,7 +1123,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");