1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-25 16:30:00 +00:00

Fix various spelling, grammatical, and punctuation errors (#222)

This commit is contained in:
Nick Briggs
2021-01-13 23:08:35 -08:00
committed by GitHub
parent be9c0c30c4
commit ebc4a24d0b
46 changed files with 87 additions and 87 deletions

View File

@@ -309,7 +309,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 contiguity */
/* in the stack, but that only
matters if there's a return. */
}