From 50f88d9f058914a1cc69eb93b43aa0f35e944cc3 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Mon, 2 Jan 2023 16:55:22 -0800 Subject: [PATCH] Fix typo in comments, upnt => punt --- inc/lispemul.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/lispemul.h b/inc/lispemul.h index 8ce3112..1c0b764 100644 --- a/inc/lispemul.h +++ b/inc/lispemul.h @@ -412,7 +412,7 @@ Get_BYTE(byteptr) byteptr: pointer to 8 bit data /********************************************************** DOSTACKOVERFLOW(argnum,bytenum) if it needs hardreturn-cleanup - then upnt to contextsw and immediately return + then punt to contextsw and immediately return **********************************************************/ #define DOSTACKOVERFLOW(argnum, bytenum) \ do { \