* gcc.c (display_help): Fix typo in help text.
authorDavid Daney <ddaney@avtrex.com>
Tue, 18 Jul 2006 16:07:44 +0000 (16:07 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Tue, 18 Jul 2006 16:07:44 +0000 (16:07 +0000)
From-SVN: r115555

gcc/ChangeLog
gcc/gcc.c

index 558765d4b530f4d3c7d665906d58a2119bc90c90..f64d3f2290f74be195db0383c05dfdbd9cbe7cf8 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-18  David Daney  <ddaney@avtrex.com>
+
+       * gcc.c (display_help): Fix typo in help text.
+
 2006-07-18  Olivier Hainque  <hainque@adacore.com>
 
        * tree.h (categorize_ctor_elements): Adjust prototype and add
index 380f16561bff737c2f01bfde071203edec481d33..4b12474af1641a07f02cf314cad0a61459391979 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3192,7 +3192,7 @@ display_help (void)
   fputs (_("  -std=<standard>          Assume that the input sources are for <standard>\n"), stdout);
   fputs (_("\
   --sysroot=<directory>    Use <directory> as the root directory for headers\n\
-                           for headers and libraries\n"), stdout);
+                           and libraries\n"), stdout);
   fputs (_("  -B <directory>           Add <directory> to the compiler's search paths\n"), stdout);
   fputs (_("  -b <machine>             Run gcc for target <machine>, if installed\n"), stdout);
   fputs (_("  -V <version>             Run gcc version number <version>, if installed\n"), stdout);