1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-31 13:52:29 +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

@@ -100,7 +100,7 @@ LispPTR *N_OP_unwind(register LispPTR *cstkptr, register LispPTR tos, int n, int
find the blip down in the stack. Similar to the LISP
SI::UNWIND-TO-BLIP, except the target is returned instead
of doing the unwinding. Note that the unwider parameter
of doing the unwinding. Note that the unwinder parameter
must already be properly set by the caller (i.e. to the
alink if necessary).
*/