diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-31 02:43:44 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-31 02:43:44 +0000 |
commit | a544448892f306b25619f7ae0450b5d131425d5a (patch) | |
tree | da05e40b9bb504e6db0c52b91e241601d4288767 /gcc/cccp.c | |
parent | 56d9dfd0f6f926bfc6a892caa945bb175afe06e2 (diff) | |
download | gcc-a544448892f306b25619f7ae0450b5d131425d5a.tar.gz |
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
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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"); |