From: Ivan Maidanski Date: Wed, 28 Dec 2016 21:19:14 +0000 (+0300) Subject: Fix a typo in push_roots comment X-Git-Tag: v8.0.0~965 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=783c4b1ca0e2e8207840044259cfe6f931c87a84;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 067e86d8..a06ce89c 100644 --- a/mark_rts.c +++ b/mark_rts.c @@ -755,7 +755,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.