* cccp.c (print_help): Change marcos to macros.
From-SVN: r28352
+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 ...
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");