From: Ivan Maidanski Date: Wed, 28 Dec 2016 21:19:14 +0000 (+0300) Subject: Fix a typo in push_roots comment X-Git-Tag: v7.4.6~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=963c1ebd12fd6e788b2aa77a157df22d027b3f70;p=gc Fix a typo in push_roots comment * mark_rts.c (GC_push_roots): Fix a typo in comment ("GC_push_one"). --- diff --git a/mark_rts.c b/mark_rts.c index 569049ea..a92b4f5b 100644 --- a/mark_rts.c +++ b/mark_rts.c @@ -742,7 +742,7 @@ STATIC void GC_push_regs_and_stack(ptr_t cold_gc_frame) } /* - * Call the mark routines (GC_tl_push for a single pointer, + * Call the mark routines (GC_push_one for a single pointer, * GC_push_conditional on groups of pointers) on every top level * accessible pointer. * If all is FALSE, arrange to push only possibly altered values.