Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lfs.c
diff options
context:
space:
mode:
authormikee47 <mike@sillyhouse.net>2021-12-10 16:36:28 +0300
committermikee47 <mike@sillyhouse.net>2022-01-29 12:52:00 +0300
commit4977fa0c0e6b586fd71f0d1f1a312bb9b0a9a44d (patch)
tree6e33c30d9bbdff3729defceee666458f58d6a74d /lfs.c
parentead50807f1ca3fdf2da00b77a0ce02651ded2d13 (diff)
Fix spelling errors
Diffstat (limited to 'lfs.c')
-rw-r--r--lfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lfs.c b/lfs.c
index d976389..019a9c3 100644
--- a/lfs.c
+++ b/lfs.c
@@ -1449,7 +1449,7 @@ static int lfs_dir_alloc(lfs_t *lfs, lfs_mdir_t *dir) {
}
}
- // zero for reproducability in case initial block is unreadable
+ // zero for reproducibility in case initial block is unreadable
dir->rev = 0;
// rather than clobbering one of the blocks we just pretend
@@ -4074,7 +4074,7 @@ static int lfs_fs_relocate(lfs_t *lfs,
lfs_fs_prepmove(lfs, 0x3ff, NULL);
}
- // replace bad pair, either we clean up desync, or no desync occured
+ // replace bad pair, either we clean up desync, or no desync occurred
lfs_pair_tole32(newpair);
err = lfs_dir_commit(lfs, &parent, LFS_MKATTRS(
{LFS_MKTAG_IF(moveid != 0x3ff,