mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Spelling fix
This commit is contained in:
parent
3fcd455189
commit
4011cdb601
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -1314,7 +1314,7 @@ void gc_mut_cooperate(gc_thread_data * thd, int buf_len)
|
|||
debug_print = 1;
|
||||
#endif
|
||||
// Mark thread "roots":
|
||||
// Begin my marking current continuation, which may have already
|
||||
// Begin by marking current continuation, which may have already
|
||||
// been on the heap prior to latest minor GC
|
||||
pthread_mutex_lock(&(thd->lock));
|
||||
gc_mark_gray(thd, thd->gc_cont);
|
||||
|
|
Loading…
Add table
Reference in a new issue