2009-02-24 Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidansky)
authorhboehm <hboehm>
Tue, 24 Feb 2009 21:44:44 +0000 (21:44 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:44 +0000 (21:06 +0400)
        * finalize.c: Fix typo in comment.

ChangeLog
finalize.c

index 0520195..65cc964 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-02-24  Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidansky)
+       * finalize.c: Fix typo in comment.
+
 2008-12-03  Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidansky)
        * blacklst.c (GC_print_source_pointer): Don't call GC_print_heap_obj
        with lock.
index 9b459c7..402f783 100644 (file)
@@ -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)
 {