Commit 9f5c33bd authored by Xichao Zhao's avatar Xichao Zhao Committed by Mikulas Patocka
Browse files

dm: fix "writen"->"written"



Trivial fix to spelling mistake in comment text.

Signed-off-by: default avatarXichao Zhao <zhao.xichao@vivo.com>
Signed-off-by: default avatarMikulas Patocka <mpatocka@redhat.com>
parent 24735771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);