diff options
author | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-08 16:42:25 +0000 |
---|---|---|
committer | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-08 16:42:25 +0000 |
commit | 3e02af1ad5f8b50982749f588582d8843b7841b7 (patch) | |
tree | 4fbc2c274e01b07143aa260b5575000548b0f3e4 /boehm-gc | |
parent | 1ff0298eb3aa60684332d2ff58c0b4ac8fa1f050 (diff) | |
download | gcc-3e02af1ad5f8b50982749f588582d8843b7841b7.tar.gz |
* obvious changelog typo fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75553 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 354e11b6531..66187aeae81 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,7 +1,7 @@ 2004-01-07 Dave Jones <davej@redhat.com> * 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 <rearnsha@arm.com> |