From 278a994d001ace7a4229c5be0daf75f85c873d45 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sat, 31 Jul 1999 02:43:44 +0000 Subject: [PATCH] Fix typo in help message. * cccp.c (print_help): Change marcos to macros. From-SVN: r28352 --- gcc/ChangeLog | 4 ++++ gcc/cccp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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");