From d7c8734211d3fa8bfdf21a8d385807d0bb2675f0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:29:42 -0500 Subject: [PATCH] spelling: previously Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/filesystem/pfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/filesystem/pfs.c b/src/fw/services/normal/filesystem/pfs.c index 91f8cd90..8623f963 100644 --- a/src/fw/services/normal/filesystem/pfs.c +++ b/src/fw/services/normal/filesystem/pfs.c @@ -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 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 // collection or find an erased page in another erase region if (next_page == INVALID_PAGE) {