Update wren_value.c

This commit is contained in:
ruby0x1
2025-03-10 17:43:44 -07:00
parent 59a834e97c
commit 9bafddadd6

View File

@ -1089,7 +1089,7 @@ static void blackenFn(WrenVM* vm, ObjFn* fn)
// Mark the constants.
wrenGrayBuffer(vm, &fn->constants);
// Mark the module it belogs to, in case it's been unloaded.
// Mark the module it belongs to, in case it's been unloaded.
wrenGrayObj(vm, fn->module);
// Keep track of how much memory is still in use.