From 749d819fc580376125150386cc1899013bf17c74 Mon Sep 17 00:00:00 2001 From: hboehm Date: Tue, 24 Feb 2009 21:44:44 +0000 Subject: [PATCH] 2009-02-24 Hans Boehm (Really Ivan Maidansky) * finalize.c: Fix typo in comment. --- ChangeLog | 3 +++ finalize.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0520195..65cc964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2009-02-24 Hans Boehm (Really Ivan Maidansky) + * finalize.c: Fix typo in comment. + 2008-12-03 Hans Boehm (Really Ivan Maidansky) * blacklst.c (GC_print_source_pointer): Don't call GC_print_heap_obj with lock. diff --git a/finalize.c b/finalize.c index 9b459c7..402f783 100644 --- a/finalize.c +++ b/finalize.c @@ -287,7 +287,7 @@ STATIC void GC_null_finalize_mark_proc(ptr_t p) /* GC_unreachable_finalize_mark_proc is an alias for normal marking, */ /* but it is explicitly tested for, and triggers different */ /* behavior. Objects registered in this way are not finalized */ -/* if they are reachable by other finalizable objects, eve if those */ +/* if they are reachable by other finalizable objects, even if those */ /* other objects specify no ordering. */ STATIC void GC_unreachable_finalize_mark_proc(ptr_t p) { -- 2.7.4