fixed typos

This commit is contained in:
2020-12-19 13:32:43 -06:00
parent 0beeee0fdf
commit f6aaeb3417
13 changed files with 34 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ CState *cosmoV_newState() {
void cosmoV_freeState(CState *state) {
#ifdef GC_DEBUG
printf("state %p is being free'd!\n", state);
printf("state %p is being freed!\n", state);
#endif
// frees all the objects
CObj *objs = state->objects;