aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 688363d06e3..030c6e06ba8 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5762,7 +5762,7 @@ garbage_collect_1 (void *end)
5762 after GC. It's important to scan finalizers at this stage so 5762 after GC. It's important to scan finalizers at this stage so
5763 that we can be sure that unmarked finalizers are really 5763 that we can be sure that unmarked finalizers are really
5764 unreachable except for references from their associated functions 5764 unreachable except for references from their associated functions
5765 and from other finalizers. */ 5765 and from other finalizers. */
5766 5766
5767 queue_doomed_finalizers (&doomed_finalizers, &finalizers); 5767 queue_doomed_finalizers (&doomed_finalizers, &finalizers);
5768 mark_finalizer_list (&doomed_finalizers); 5768 mark_finalizer_list (&doomed_finalizers);