spelling: previously

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:29:42 -05:00
parent d527ad11b6
commit d7c8734211
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ static status_t find_free_page(uint16_t *free_page, bool use_gc_allocator,
// we should now be processing on a sector aligned boundary // we should now be processing on a sector aligned boundary
PBL_ASSERTN((start_pg % PFS_PAGES_PER_ERASE_SECTOR) == 0); PBL_ASSERTN((start_pg % PFS_PAGES_PER_ERASE_SECTOR) == 0);
// if we could not find a free page in the sector we were previosuly using // if we could not find a free page in the sector we were previously using
// we need to scan through the erase regions and either perform some garbage // we need to scan through the erase regions and either perform some garbage
// collection or find an erased page in another erase region // collection or find an erased page in another erase region
if (next_page == INVALID_PAGE) { if (next_page == INVALID_PAGE) {