From a544448892f306b25619f7ae0450b5d131425d5a Mon Sep 17 00:00:00 2001 From: wilson Date: Sat, 31 Jul 1999 02:43:44 +0000 Subject: Fix typo in help message. * cccp.c (print_help): Change marcos to macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28352 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cccp.c') 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"); -- cgit v1.2.1