aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-01-23 00:29:21 +0000
committerJens Axboe <axboe@kernel.dk>2020-01-23 11:41:45 -0700
commit5336da37a5eac761611352707c3890a3cf857aa6 (patch)
tree7614d70c17d64a5222948bd204434f500ef8b21d /block
parentblock, bfq: improve arithmetic division in bfq_delta() (diff)
downloadwireguard-linux-5336da37a5eac761611352707c3890a3cf857aa6.tar.xz
wireguard-linux-5336da37a5eac761611352707c3890a3cf857aa6.zip
partitions/ldm: fix spelling mistake "to" -> "too"
There is a spelling mistake in a ldm_error message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/partitions/ldm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/partitions/ldm.c b/block/partitions/ldm.c
index fe5d970e2e60..a2d97ee1908c 100644
--- a/block/partitions/ldm.c
+++ b/block/partitions/ldm.c
@@ -1233,7 +1233,7 @@ static bool ldm_frag_add (const u8 *data, int size, struct list_head *frags)
BUG_ON (!data || !frags);
if (size < 2 * VBLK_SIZE_HEAD) {
- ldm_error("Value of size is to small.");
+ ldm_error("Value of size is too small.");
return false;
}