From deb1ca54ef3e3ecc0b137a7038ac8446ea68522e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 2 Jul 2018 22:18:49 +0100 Subject: [PATCH] trs80m1: fix comment --- Kernel/platform-trs80m1/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-trs80m1/main.c b/Kernel/platform-trs80m1/main.c index f3c3b1ad..549e3916 100644 --- a/Kernel/platform-trs80m1/main.c +++ b/Kernel/platform-trs80m1/main.c @@ -12,7 +12,7 @@ uint8_t vtattr_cap; struct blkbuf *bufpool_end = bufpool + NBUFS; /* We need to spin here because we don't have interrupts for the UART on the - model I, or for the keyboard on model I or III */ + model I */ void platform_idle(void) { irqflags_t irq = di(); -- 2.34.1