summaryrefslogtreecommitdiff
path: root/finalize.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-05-10 23:43:24 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-05-10 23:43:24 +0300
commit970cf9d5e32f7023eb9acb082f241593bcc9a5bd (patch)
tree838275afc932bda0c1c30100970d6620c0fc33a0 /finalize.c
parenta161fe19bb013e8fbf4a49ed502f389dada14f08 (diff)
downloadbdwgc-970cf9d5e32f7023eb9acb082f241593bcc9a5bd.tar.gz
Fix typo in comment of GC_mark_fo
(fix of commit 78ce98eba) * finalize.c (GC_mark_fo): Fix typo (remove duplicate "the").
Diffstat (limited to 'finalize.c')
-rw-r--r--finalize.c2
1 files changed, 1 insertions, 1 deletions
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)
{