diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 55dd80940af..3fa027ed840 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 30 19:41:35 1999 Jim Wilson + + * cccp.c (print_help): Change marcos to macros. + 1999-07-30 Richard Henderson * c-typeck.c (initializer_constant_valid_p): Move ... diff --git a/gcc/cccp.c b/gcc/cccp.c index 6e2d519f626..6be67a94a41 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -1123,7 +1123,7 @@ print_help () printf ("Usage: %s [switches] input output\n", progname); printf ("Switches:\n"); printf (" -include Include the contents of before other files\n"); - printf (" -imacros Accept definition of marcos in \n"); + printf (" -imacros Accept definition of macros in \n"); printf (" -iprefix Specify as a prefix for next two options\n"); printf (" -iwithprefix Add to the end of the system include paths\n"); printf (" -iwithprefixbefore Add to the end of the main include paths\n");