From: fche Date: Thu, 8 Jan 2004 16:42:25 +0000 (+0000) Subject: * obvious changelog typo fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df8d6de5ccabbfacf79ad66dcf72b696ae32db56;p=gc * obvious changelog typo fix git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75553 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 354e11b6..66187aea 100644 --- a/ChangeLog +++ b/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