From: Kaveh Ghazi Date: Wed, 9 Jan 2008 09:03:49 +0000 (+0000) Subject: Fix typo in last commit. X-Git-Tag: releases/gcc-4.3.0~684 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8debbe4841180b1970c79a4dd5ac7798ee942dbe;p=thirdparty%2Fgcc.git Fix typo in last commit. From-SVN: r131418 --- diff --git a/ChangeLog b/ChangeLog index fd677454d125..a4998498011c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ 2007-12-17 Kaveh R. Ghazi * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1. - Change recommended MPFR from 2.2.1 > 2.3.0. + Change recommended MPFR from 2.2.1 -> 2.3.0. * configure: Regenerate. 2007-12-15 Sebastian Pop diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 475a6877da6e..3672730e00f3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -535,7 +535,7 @@ 2007-12-17 Kaveh R. Ghazi - * doc/install.texi: Change recommended MPFR from 2.2.1 > 2.3.0. + * doc/install.texi: Change recommended MPFR from 2.2.1 -> 2.3.0. 2007-12-17 Andreas Schwab