diff options
author | Jim Wilson <wilson@cygnus.com> | 1999-07-31 02:43:44 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1999-07-30 19:43:44 -0700 |
commit | 278a994d001ace7a4229c5be0daf75f85c873d45 (patch) | |
tree | da05e40b9bb504e6db0c52b91e241601d4288767 | |
parent | 47620e09d1e7f800ad5e8e3f2d92c22c2368e1c7 (diff) | |
download | gcc-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/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cccp.c | 2 |
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 ... @@ -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"); |