From 5ea72eb54adb7d590531f495e1169892bf9b72c4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:42:22 -0500 Subject: [PATCH] spelling: filesystem Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/flash_region/flash_region.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/flash_region/flash_region.h b/src/fw/flash_region/flash_region.h index 4ab70a6e..4135cc37 100644 --- a/src/fw/flash_region/flash_region.h +++ b/src/fw/flash_region/flash_region.h @@ -27,7 +27,7 @@ // be changed. Migrations are likely as well. // // On watches with only 4MB of flash, the region will have a size of zero and be ignored by the - // fileystem. + // filesystem. #if defined(BOARD_V2_0) || defined(BOARD_V1_5) || defined(LARGE_SPI_FLASH) #define BOARD_NOR_FLASH_SIZE 0x600000 #else