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:
authorChristopher Haster <chaster@utexas.edu>2022-03-21 07:09:23 +0300
committerGitHub <noreply@github.com>2022-03-21 07:09:23 +0300
commit5801169348000ace6242c467add64dd02f3e131c (patch)
treecc1a9d10096da203f10f273409eb04db9d7dc2ac /lfs.c
parent2d6f4ead13f3ad66236a89da343ce79e5cc0b4d2 (diff)
parent4977fa0c0e6b586fd71f0d1f1a312bb9b0a9a44d (diff)
Merge pull request #635 from mikee47/fix/spelling-errors
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 215875e..43a577c 100644
--- a/lfs.c
+++ b/lfs.c
@@ -1462,7 +1462,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
@@ -4086,7 +4086,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,