diff --git a/src/vm/wren_value.c b/src/vm/wren_value.c index 704eddc3..6a38193f 100644 --- a/src/vm/wren_value.c +++ b/src/vm/wren_value.c @@ -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.