diff options
| author | Xichao Zhao <zhao.xichao@vivo.com> | 2025-08-27 17:44:33 +0800 |
|---|---|---|
| committer | Mikulas Patocka <mpatocka@redhat.com> | 2025-09-01 13:35:18 +0200 |
| commit | 9f5c33bdddcdb1d83a38cb3ff405dba8c9fde9b8 (patch) | |
| tree | 30b4d866f54ea0556e66374c4c783ea85903faac | |
| parent | 24735771774954fa0ebbe0dfa285752647d327f0 (diff) | |
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>
| -rw-r--r-- | drivers/md/dm-log-writes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-log-writes.c b/drivers/md/dm-log-writes.c index 679b07dee229..7bb7174f8f4f 100644 --- a/drivers/md/dm-log-writes.c +++ b/drivers/md/dm-log-writes.c @@ -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); |