]> granicus.if.org Git - gc/commitdiff
Fix a typo in push_roots comment
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Dec 2016 21:19:14 +0000 (00:19 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 16:44:25 +0000 (19:44 +0300)
* mark_rts.c (GC_push_roots): Fix a typo in comment ("GC_push_one").

mark_rts.c

index d0d2ba43e8542e15558a32c21293e64b36431da4..663cbe9c4075348bf1abbb43a99d333c6edca563 100644 (file)
@@ -754,7 +754,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.