Commit 5336da37 authored by Colin Ian King's avatar Colin Ian King Committed by Jens Axboe
Browse files

partitions/ldm: fix spelling mistake "to" -> "too"



There is a spelling mistake in a ldm_error message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 554d21ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}