]> 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 18:23:59 +0000 (21:23 +0300)
* mark_rts.c (GC_push_roots): Fix a typo in comment ("GC_push_one").

mark_rts.c

index 569049ea655bfee234435a044114a03ce5e78338..a92b4f5bdcdaa56f9e11e1d2f34942529c59a852 100644 (file)
@@ -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.