trs80m1: fix comment
authorAlan Cox <alan@linux.intel.com>
Mon, 2 Jul 2018 21:18:49 +0000 (22:18 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 2 Jul 2018 21:18:49 +0000 (22:18 +0100)
Kernel/platform-trs80m1/main.c

index f3c3b1a..549e391 100644 (file)
@@ -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();