Fix spelling

This commit is contained in:
Justin Ethier 2019-10-09 17:47:55 -04:00
parent c9428bcd90
commit 1551c9a8b7

2
gc.c
View file

@ -297,7 +297,7 @@ void gc_remove_mutator(gc_thread_data * thd)
ck_array_commit(&Cyc_mutators);
// Place on list of old mutators to cleanup
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);
}
ck_array_commit(&old_mutators);