From b062c88a08869399773dae8f4aa6c24bff4737cd Mon Sep 17 00:00:00 2001 From: aryeg Date: Sun, 19 Oct 2025 08:35:05 +0300 Subject: [PATCH] Fix comment typo and -> an --- lfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.c b/lfs.c index da4bfca4..f4c5af36 100644 --- a/lfs.c +++ b/lfs.c @@ -258,7 +258,7 @@ static int lfs_bd_prog(lfs_t *lfs, 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 LFS_ASSERT(pcache->block == LFS_BLOCK_NULL);