From 71e60e3b8773ce2637b87dc4a2184519ade23e29 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:35:57 -0500 Subject: [PATCH] spelling: requirement Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/drivers/flash/qspi_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/drivers/flash/qspi_flash.c b/src/fw/drivers/flash/qspi_flash.c index a7f9ac3f..c075549a 100644 --- a/src/fw/drivers/flash/qspi_flash.c +++ b/src/fw/drivers/flash/qspi_flash.c @@ -303,7 +303,7 @@ void qspi_flash_set_lower_power_mode(QSPIFlash *dev, bool active) { } #if TARGET_QEMU -// While this works with normal hardware, it has a large stack requirment and I can't +// While this works with normal hardware, it has a large stack requirement and I can't // see a compelling reason to use it over the mmap blank check variant static bool prv_blank_check_poll(QSPIFlash *dev, uint32_t addr, bool is_subsector) { const uint32_t size_bytes = is_subsector ? SUBSECTOR_SIZE_BYTES : SECTOR_SIZE_BYTES;