aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/replay.c
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2021-09-20 09:05:55 +0200
committerRichard Weinberger <richard@nod.at>2021-12-23 20:23:40 +0100
commit7296c8af6a341e30b517afc1ccd107cf10926d03 (patch)
treea2124c02d61ba49869395e8d37ca079557018cbe /fs/ubifs/replay.c
parentLinux 5.16-rc6 (diff)
downloadlinux-dev-7296c8af6a341e30b517afc1ccd107cf10926d03.tar.xz
linux-dev-7296c8af6a341e30b517afc1ccd107cf10926d03.zip
ubifs: Fix spelling mistakes
Found with `codespell -i 3 -w fs/ubifs/**` and proof reading that parts. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/replay.c')
-rw-r--r--fs/ubifs/replay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/replay.c b/fs/ubifs/replay.c
index 5260d3e531bb..4211e4456b1e 100644
--- a/fs/ubifs/replay.c
+++ b/fs/ubifs/replay.c
@@ -106,7 +106,7 @@ static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b)
* property values should be @lp->free == @c->leb_size and
* @lp->dirty == 0, but that is not the case. The reason is that
* the LEB had been garbage collected before it became the bud,
- * and there was not commit inbetween. The garbage collector
+ * and there was no commit in between. The garbage collector
* resets the free and dirty space without recording it
* anywhere except lprops, so if there was no commit then
* lprops does not have that information.