]> gcc.gnu.org Git - gcc.git/commitdiff
* doc/install.texi: Fix typos in previous patch.
authorTobias Schlüter <tobi@gcc.gnu.org>
Mon, 20 Oct 2008 09:19:42 +0000 (11:19 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Mon, 20 Oct 2008 09:19:42 +0000 (11:19 +0200)
From-SVN: r141240

gcc/ChangeLog
gcc/doc/install.texi

index b4e6c43bfb755890f13e043a1200c15bf161e571..a7f733f113471b42e77ebc7f37b19fd072b05f34 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-20  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       * doc/install.texi: Fix typos in previous patch.
+
 2008-10-19  Tobias Schlüter  <tobi@gcc.gnu.org>
 
        * doc/install.texi: Document in-tree building of gcc and mpfr.
index ed49c627670b6abcad49dc4a32673868d9d3fa09..04c225f5d19a84e96641d565ea85ba85830bd5c6 100644 (file)
@@ -306,10 +306,10 @@ systems' @command{tar} programs will also work, only try GNU
 
 Necessary to build GCC@.  If you do not have it installed in your
 library search path, you will have to configure with the
-@option{--with-gmp} configure option.  See also
-@option{--with-gmp-lib} and @option{--with-gmp-include}.  Alternatively,
-if a GMP source ditribution is found in a subdirectory of you GCC
-sources named @file{gmp}, it will be built together with GCC@.
+@option{--with-gmp} configure option.  See also @option{--with-gmp-lib}
+and @option{--with-gmp-include}.  Alternatively, if a GMP source
+distribution is found in a subdirectory of your GCC sources named
+@file{gmp}, it will be built together with GCC@.
 
 @item MPFR Library version 2.3.2 (or later)
 
@@ -323,8 +323,8 @@ to the recommended version of MPFR.
 The @option{--with-mpfr} configure option should be used if your MPFR
 Library is not installed in your default library search path.  See also
 @option{--with-mpfr-lib} and @option{--with-mpfr-include}.
-Alternatively, if a MPFR source ditribution is found in a subdirectory
-of you GCC sources named @file{mpfr}, it will be built together with
+Alternatively, if a MPFR source distribution is found in a subdirectory
+of your GCC sources named @file{mpfr}, it will be built together with
 GCC@.
 
 
This page took 0.0851 seconds and 5 git commands to generate.