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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user