Fix typo in help message.

* cccp.c (print_help): Change marcos to macros.

From-SVN: r28352
This commit is contained in:
Jim Wilson 1999-07-31 02:43:44 +00:00 committed by Jim Wilson
parent 47620e09d1
commit 278a994d00
2 changed files with 5 additions and 1 deletions

View 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 ...

View 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");