diff --git a/src/mvs.c b/src/mvs.c index 4d09764..3227424 100644 --- a/src/mvs.c +++ b/src/mvs.c @@ -315,7 +315,7 @@ void simulate_unbind(FX2 *frame, int unbind_count, FX2 *returner) { /* MAKEFREEBLOCK(stackptr, (DLword *)stackptr-nextblock); */ } if (returner) - returner->fast = 0; /* since we've destroyed congituity + returner->fast = 0; /* since we've destroyed congituity */ /* in the stack, but that only matters if there's a return. */ }