From 80848ff200a9a8dec9c4de6a914467ad98fb6d38 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 28 Feb 2019 21:31:29 +0000 Subject: [PATCH] amstradnc: typo fix --- Kernel/platform-amstradnc/tc8521.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-amstradnc/tc8521.c b/Kernel/platform-amstradnc/tc8521.c index d2f62e6c..bfcd9611 100644 --- a/Kernel/platform-amstradnc/tc8521.c +++ b/Kernel/platform-amstradnc/tc8521.c @@ -39,7 +39,7 @@ l1: ini ; high bits of field in low bits of (hl) dec c in a,(c) dec hl - rld ; I have alwasy wanted an excuse to use RLD 8) + rld ; I have always wanted an excuse to use RLD 8) inc hl dec c djnz l1 -- 2.34.1