From ba6fb8183f9b19fc599b18fa847816c89e75c5a8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 10 Dec 2014 23:18:39 +0000 Subject: [PATCH] 6502: typo fix --- Kernel/lowlevel-6502.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/lowlevel-6502.s b/Kernel/lowlevel-6502.s index 5d35ef5b..36e83b70 100644 --- a/Kernel/lowlevel-6502.s +++ b/Kernel/lowlevel-6502.s @@ -52,7 +52,7 @@ unix_sig_exit: ; -; doexec is a special case syscal exit path. As we may have no +; doexec is a special case syscall exit path. As we may have no ; common we have to hand the last bits off to the platform code ; _doexec -- 2.34.1