summaryrefslogtreecommitdiff
path: root/e2fsck/journal.c
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2022-12-30 12:01:34 +0000
committerTheodore Ts'o <tytso@mit.edu>2023-01-26 10:47:04 -0500
commit206541974a2356208480a5da9df676569cbb0793 (patch)
tree0073af65f19edae30ed8ea1c5838f26c31ecd114 /e2fsck/journal.c
parent6cae615a47dfe37fe5fd096accb82579813a6366 (diff)
downloade2fsprogs-206541974a2356208480a5da9df676569cbb0793.tar.gz
Fix various spelling typos
Typos found with codespell. Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'e2fsck/journal.c')
-rw-r--r--e2fsck/journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/journal.c b/e2fsck/journal.c
index 1bfabb02..bb86f528 100644
--- a/e2fsck/journal.c
+++ b/e2fsck/journal.c
@@ -888,7 +888,7 @@ static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh,
/*
* Mark the file system to indicate it contains errors. That's
* because the updates performed by fast commit replay code are
- * not atomic and may result in incosistent file system if it
+ * not atomic and may result in inconsistent file system if it
* crashes before the replay is complete.
*/
ctx->fs->super->s_state |= EXT2_ERROR_FS;