Merge pull request #1156 from amgross/minor_typo

Fix comment typo and -> an
This commit is contained in:
Christopher Haster
2026-03-24 17:25:31 -05:00
committed by GitHub
+1 -1
View File
@@ -258,7 +258,7 @@ static int lfs_bd_prog(lfs_t *lfs,
continue; continue;
} }
// pcache must have been flushed, either by programming and // pcache must have been flushed, either by programming an
// entire block or manually flushing the pcache // entire block or manually flushing the pcache
LFS_ASSERT(pcache->block == LFS_BLOCK_NULL); LFS_ASSERT(pcache->block == LFS_BLOCK_NULL);