diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-03 16:26:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-03 16:26:54 +0000 |
commit | baf2c2583472707acd2f6d11d55fc176fe30835f (patch) | |
tree | 831c80eb70736a61eea622114fb359923802dcd1 /gcc | |
parent | 224869d958a293df8b87d4d9ba12e29583de427d (diff) | |
download | gcc-baf2c2583472707acd2f6d11d55fc176fe30835f.zip gcc-baf2c2583472707acd2f6d11d55fc176fe30835f.tar.gz gcc-baf2c2583472707acd2f6d11d55fc176fe30835f.tar.bz2 |
* doc/install.texi: Fix typos.
From-SVN: r117404
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 260fc34..1d64717 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-03 Kazu Hirata <kazu@codesourcery.com> + + * doc/install.texi: Fix typos. + 2006-10-03 Eric Botcazou <ebotcazou@libertysurf.fr> * builtins.c (expand_builtin_return_addr): Deal with FRAME_ADDR_RTX. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1925b55..a087a35 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -301,7 +301,7 @@ the @option{--with-gmp} or @option{--with-gmp-dir} configure option. Necessary to build the Fortran frontend. It can be downloaded from @uref{http://www.mpfr.org/}. The version of MPFR that is bundled with GMP 4.1.x contains numerous bugs. Although gfortran will appear -to function with the buggy verions of MPFR, there are few gfortran bugs +to function with the buggy versions of MPFR, there are a few gfortran bugs that will not be fixed to use this version. It is strongly recommended to upgrade to at least MPFR version 2.2. |