From a93ce0ce3122ff6120ecc0f4ce65cb1c628a3c27 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 10 Dec 2016 14:30:29 +0000 Subject: [PATCH] coco3: fix a comment --- Kernel/platform-coco3/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-coco3/config.h b/Kernel/platform-coco3/config.h index 0c56c13a..83dd2e0d 100644 --- a/Kernel/platform-coco3/config.h +++ b/Kernel/platform-coco3/config.h @@ -73,7 +73,7 @@ extern unsigned char vt_map( unsigned char c ); #define NUM_DEV_TTY 10 #define TTYDEV BOOT_TTY /* Device used by kernel for messages, panics */ #define NBUFS 6 /* Number of block buffers */ -#define NMOUNTS 4 /* Number of mounts at a time - nothing mountable! */ +#define NMOUNTS 4 /* Number of mounts at a time */ #define CONFIG_COCO_KBD /* Use CoCo key maps rather than Dragon */ -- 2.34.1