From: Alan Cox Date: Wed, 21 Nov 2018 00:33:57 +0000 (+0000) Subject: msx1: typo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=556e7bee3818ee59b4583016e1b174a6fdff6241;p=FUZIX.git msx1: typo --- diff --git a/Kernel/platform-msx1/config.h b/Kernel/platform-msx1/config.h index f51e8eec..d950898a 100644 --- a/Kernel/platform-msx1/config.h +++ b/Kernel/platform-msx1/config.h @@ -28,7 +28,7 @@ extern unsigned int swap_dev; #define CONFIG_SPLIT_UDATA /* Adjacent addresses but different bank! */ #define UDATA_BLKS 1 /* One block of udata */ #define UDATA_SIZE 512 /* 512 bytes of udata */ -#define MAX_SWAPS 16 /* We will size if from the partition */ +#define MAX_SWAPS 16 /* We will size it from the partition */ /* Swap will be set up when a suitably labelled partition is seen */ #define CONFIG_DYNAMIC_SWAP