From 556e7bee3818ee59b4583016e1b174a6fdff6241 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 21 Nov 2018 00:33:57 +0000 Subject: [PATCH] msx1: typo --- Kernel/platform-msx1/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1