From: Eric Botcazou Date: Mon, 29 Sep 2008 07:19:33 +0000 (+0000) Subject: Fix typo. X-Git-Tag: releases/gcc-4.4.0~2227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccad7589754924df005c8b72052456f899377032;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r140750 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45e4a6679c80..19c118142bbe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -51,7 +51,7 @@ 2008-09-28 Eric Botcazou PR middle-end/36575 - * fold-const (div_and_round_double) : Fix typo. + * fold-const.c (div_and_round_double) : Fix typo. 2008-09-28 Eric Botcazou