1
0

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>
This commit is contained in:
Xichao Zhao
2025-08-27 17:44:33 +08:00
committed by Mikulas Patocka
parent 2473577177
commit 9f5c33bddd

View File

@@ -414,7 +414,7 @@ static int log_super(struct log_writes_c *lc)
}
/*
* Super sector should be writen in-order, otherwise the
* Super sector should be written in-order, otherwise the
* nr_entries could be rewritten incorrectly by an old bio.
*/
wait_for_completion_io(&lc->super_done);