diff options
| -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. |
