install.texi (Prerequisites): Fix grammar.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 14 Feb 2012 20:55:35 +0000 (20:55 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 14 Feb 2012 20:55:35 +0000 (20:55 +0000)
* doc/install.texi (Prerequisites): Fix grammar.
(Configuration): Likewise.

From-SVN: r184236

gcc/ChangeLog
gcc/doc/install.texi

index 05e3b72389230b0e7428eb815d75cef9036469d5..fe125446d566b7d0758b7606517e7456aa61fa57 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/install.texi (Prerequisites): Fix grammar.
+       (Configuration): Likewise.
+
 2012-02-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
index c47de0cfe3a9325335b91c41c57887a33e0b5d83..7aa1553d80f4a5b60aa19c96978cf8579c194be0 100644 (file)
@@ -498,7 +498,7 @@ the GCC-specific entry point.  You can download a suitable jar from
 
 If you wish to build the @command{gjdoc} binary in libjava, you will
 need to have an @file{antlr.jar} library available. The library is
-searched in system locations but can be configured with
+searched for in system locations but can be specified with
 @option{--with-antlr-jar=} instead.  When configuring with
 @option{--enable-java-maintainer-mode}, you will need to have one of
 the executables named @command{cantlr}, @command{runantlr} or
@@ -1736,7 +1736,7 @@ The following options only apply to building cross compilers.
 Tells GCC to consider @var{dir} as the root of a tree that contains
 (a subset of) the root filesystem of the target operating system.
 Target system headers, libraries and run-time object files will be
-searched in there.  More specifically, this acts as if
+searched for in there.  More specifically, this acts as if
 @option{--sysroot=@var{dir}} was added to the default options of the built
 compiler.  The specified directory is not copied into the
 install tree, unlike the options @option{--with-headers} and