From 970cf9d5e32f7023eb9acb082f241593bcc9a5bd Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 10 May 2022 23:43:24 +0300 Subject: Fix typo in comment of GC_mark_fo (fix of commit 78ce98eba) * finalize.c (GC_mark_fo): Fix typo (remove duplicate "the"). --- finalize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'finalize.c') diff --git a/finalize.c b/finalize.c index 12e1b41a..0e438bfd 100644 --- a/finalize.c +++ b/finalize.c @@ -293,7 +293,7 @@ GC_API int GC_CALL GC_unregister_disappearing_link(void * * link) /* Mark from one finalizable object using the specified mark proc. */ /* May not mark the object pointed to by real_ptr (i.e, it is the job */ /* of the caller, if appropriate). Note that this is called with the */ -/* mutator running, but we hold the the GC lock. This is safe only */ +/* mutator running, but we hold the GC lock. This is safe only */ /* if the mutator (client) gets the GC lock to reveal hidden pointers. */ GC_INLINE void GC_mark_fo(ptr_t real_ptr, finalization_mark_proc mark_proc) { -- cgit v1.2.1