1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-08 01:01:18 +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

@@ -349,7 +349,7 @@ LispPTR lcfuncall(register unsigned int atom_index, register int argnum, registe
register struct definition_cell *defcell68k; /* Definition Cell PTR */
register short pv_num; /* scratch for pv */
register struct fnhead *tmp_fn;
int rest; /* use for arignments */
int rest; /* use for alignments */
if (atom_index == 0xffffffff) error("Loops punt to nonexistent fn");