mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Fix spelling
This commit is contained in:
parent
c9428bcd90
commit
1551c9a8b7
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -297,7 +297,7 @@ void gc_remove_mutator(gc_thread_data * thd)
|
||||||
ck_array_commit(&Cyc_mutators);
|
ck_array_commit(&Cyc_mutators);
|
||||||
// Place on list of old mutators to cleanup
|
// Place on list of old mutators to cleanup
|
||||||
if (ck_array_put_unique(&old_mutators, (void *)thd) < 0) {
|
if (ck_array_put_unique(&old_mutators, (void *)thd) < 0) {
|
||||||
fprintf(stderr, "Unable to add thread data to GC list, existing\n");
|
fprintf(stderr, "Unable to add thread data to GC list, exiting\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
ck_array_commit(&old_mutators);
|
ck_array_commit(&old_mutators);
|
||||||
|
|
Loading…
Add table
Reference in a new issue