Skip to content

Commit 0f3372d

Browse files
author
Kent Overstreet
committed
bcachefs: spelling fix
Signed-off-by: Kent Overstreet <[email protected]>
1 parent d2cb6b2 commit 0f3372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/bcachefs/io_write.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp,
10801080
*_dst = dst;
10811081
return more;
10821082
csum_err:
1083-
bch_err(c, "%s writ error: error verifying existing checksum while rewriting existing data (memory corruption?)",
1083+
bch_err(c, "%s write error: error verifying existing checksum while rewriting existing data (memory corruption?)",
10841084
op->flags & BCH_WRITE_MOVE ? "move" : "user");
10851085
ret = -EIO;
10861086
err:

0 commit comments

Comments
 (0)