Skip to content

Commit

Permalink
Fix a typo in push_roots comment
Browse files Browse the repository at this point in the history
* mark_rts.c (GC_push_roots): Fix a typo in comment ("GC_push_one").
  • Loading branch information
ivmai committed Feb 6, 2017
1 parent 341c237 commit a559d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mark_rts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a559d84

Please sign in to comment.