Skip to content

Commit 9f5c33b

Browse files
Xichao ZhaoMikulas Patocka
authored andcommitted
dm: fix "writen"->"written"
Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
1 parent 2473577 commit 9f5c33b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/md/dm-log-writes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ static int log_super(struct log_writes_c *lc)
414414
}
415415

416416
/*
417-
* Super sector should be writen in-order, otherwise the
417+
* Super sector should be written in-order, otherwise the
418418
* nr_entries could be rewritten incorrectly by an old bio.
419419
*/
420420
wait_for_completion_io(&lc->super_done);

0 commit comments

Comments
 (0)