spelling: requirement

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:35:57 -05:00
parent 1732aa321b
commit 71e60e3b87

View file

@ -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;