From: Philip Blundell Date: Tue, 18 Sep 2001 10:54:51 +0000 (+0000) Subject: cccp.c (print_help): Fix typos. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427608c634a3a508ca0f6cf00cb33749b5d8ea9a;p=thirdparty%2Fgcc.git cccp.c (print_help): Fix typos. 2001-09-17 Philip Blundell * cccp.c (print_help): Fix typos. From-SVN: r45676 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 402bc45cb216..77bedc4945b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-17 Philip Blundell + + * cccp.c (print_help): Fix typos. + 2001-08-29 David O'Brien * config/alpha/crtbegin.asm: The normal calling convention for alpha is diff --git a/gcc/cccp.c b/gcc/cccp.c index 023502fbde41..843866c59ebf 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -1124,7 +1124,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"); @@ -1138,7 +1138,7 @@ print_help () printf (" -traditional Follow K&R pre-processor behaviour\n"); printf (" -trigraphs Support ANSI C trigraphs\n"); printf (" -lang-c Assume that the input sources are in C\n"); - printf (" -lang-c89 Assume that the input is C89; depricated\n"); + printf (" -lang-c89 Assume that the input is C89; deprecated\n"); printf (" -lang-c++ Assume that the input sources are in C++\n"); printf (" -lang-objc Assume that the input sources are in ObjectiveC\n"); printf (" -lang-objc++ Assume that the input sources are in ObjectiveC++\n");