From bb79879779ff4cd1bce67bf4e40475804b800f34 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:10:15 -0500 Subject: [PATCH] spelling: workarounds Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- platform/snowy/boot/src/flash_region.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/snowy/boot/src/flash_region.h b/platform/snowy/boot/src/flash_region.h index b6367ff1..871669b2 100644 --- a/platform/snowy/boot/src/flash_region.h +++ b/platform/snowy/boot/src/flash_region.h @@ -53,7 +53,7 @@ #define FLASH_REGION_SYSTEM_RESOURCES_BEGIN 0x380000 #define FLASH_REGION_SYSTEM_RESOURCES_END 0x400000 // 512k -// FIXME: The addresses below here are hacky work arounds and hopefully not the final place +// FIXME: The addresses below here are hacky workarounds and hopefully not the final place // for these things. Hopefully many of them can move to the filesystem. Everything above here // should be pretty stable.