1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-24 19:50:25 +00:00

Fix typos. (#226)

This commit is contained in:
Bruce Mitchener
2021-01-15 23:59:32 +07:00
committed by GitHub
parent 373f66c855
commit 3480ee9711
8 changed files with 42 additions and 42 deletions

View File

@@ -450,7 +450,7 @@ void OP_subrcall(int subr_no, int argnum) {
break;
#ifdef NATIVETRAN
/* old load native (should be superceeded) */
/* old load native (should be superseded) */
case sb_OLD_COMPILE_LOAD_NATIVE:
POP_SUBR_ARGS;
{
@@ -688,7 +688,7 @@ void OP_subrcall(int subr_no, int argnum) {
case 0222: /* Cause an interrupt to occur. Used by */
/* Lisp INTERRUPTED to re-set an interrupt */
/* when it's uninterruptable. */
/* when it's uninterruptible. */
{
POP_SUBR_ARGS;
Irq_Stk_Check = Irq_Stk_End = 0;