From: Frank Ch. Eigler Date: Thu, 8 Jan 2004 16:42:25 +0000 (+0000) Subject: * obvious changelog typo fix X-Git-Tag: releases/gcc-3.4.0~1191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d779bc04df45cfe9c5595bfcaeeddeaf66e7537c;p=thirdparty%2Fgcc.git * obvious changelog typo fix From-SVN: r75553 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 354e11b65310..66187aeae81f 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,7 +1,7 @@ 2004-01-07 Dave Jones * malloc.c (GC_generic_malloc): Correct initialization typo. - * mallocx.c (GC_generic_malloca_ignore_off_page): Ditto. + * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto. 2003-10-31 Richard Earnshaw