aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1999-07-31 02:43:44 +0000
committerJim Wilson <wilson@gcc.gnu.org>1999-07-30 19:43:44 -0700
commit278a994d001ace7a4229c5be0daf75f85c873d45 (patch)
treeda05e40b9bb504e6db0c52b91e241601d4288767
parent47620e09d1e7f800ad5e8e3f2d92c22c2368e1c7 (diff)
downloadgcc-278a994d001ace7a4229c5be0daf75f85c873d45.zip
gcc-278a994d001ace7a4229c5be0daf75f85c873d45.tar.gz
gcc-278a994d001ace7a4229c5be0daf75f85c873d45.tar.bz2
Fix typo in help message.
* cccp.c (print_help): Change marcos to macros. From-SVN: r28352
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cccp.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 55dd809..3fa027e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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 ...
diff --git a/gcc/cccp.c b/gcc/cccp.c
index 6e2d519..6be67a9 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");