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;