summaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@gcc.gnu.org>2004-01-08 16:42:25 +0000
committerFrank Ch. Eigler <fche@gcc.gnu.org>2004-01-08 16:42:25 +0000
commitd779bc04df45cfe9c5595bfcaeeddeaf66e7537c (patch)
tree4fbc2c274e01b07143aa260b5575000548b0f3e4 /boehm-gc/ChangeLog
parentcb1f9d03d51c94ce12f6202a6809462b21ffb8b1 (diff)
downloadgcc-d779bc04df45cfe9c5595bfcaeeddeaf66e7537c.tar.gz
* obvious changelog typo fix
From-SVN: r75553
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog2
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>