1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-04 15:43:04 +00:00

Fix typos. (#157)

This commit is contained in:
Bruce Mitchener
2021-01-01 23:55:24 +07:00
committed by GitHub
parent b31ac48ed0
commit fc3908f19a
14 changed files with 25 additions and 25 deletions

View File

@@ -352,7 +352,7 @@ LispPTR lcfuncall(register unsigned int atom_index, register int argnum, registe
int rest; /* use for arignments */
register CClosure *closure68k;
if (atom_index == 0xffffffff) error("Loops punt to nonexistant fn");
if (atom_index == 0xffffffff) error("Loops punt to nonexistent fn");
/* Get Next Block offset from argnum */
CURRENTFX->nextblock = (LADDR_from_68k(CurrentStackPTR) & 0x0ffff) - (argnum << 1) + 4 /* +3 */;