From 44835b9b4b73bc673b7688bbaa81596a0272070c Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 22 Apr 2023 15:32:27 +0300 Subject: Fix old function name in comment of GC_finalized_disclaim (fix of commit 6c1a92445) * fnlz_mlc.c [ENABLE_DISCLAIM] (GC_finalized_disclaim): Fix old function name in comment ("GC_disclaim_and_reclaim"). --- fnlz_mlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnlz_mlc.c b/fnlz_mlc.c index d5030b84..46bd168c 100644 --- a/fnlz_mlc.c +++ b/fnlz_mlc.c @@ -41,7 +41,7 @@ STATIC int GC_CALLBACK GC_finalized_disclaim(void *obj) /* on such fragments is always multiple of 4 (a link to the next */ /* fragment, or NULL). If it is desirable to have a finalizer */ /* which does not use the first word for storing finalization */ - /* info, GC_reclaim_with_finalization must be extended to clear */ + /* info, GC_disclaim_and_reclaim() must be extended to clear */ /* fragments so that the assumption holds for the selected word. */ const struct GC_finalizer_closure *fc = (struct GC_finalizer_closure *)(fc_word -- cgit v1.2.1