1
0
Fork 0

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>
alistair/sensors
Colin Ian King 2020-01-23 00:29:21 +00:00 committed by Jens Axboe
parent 554d21efb0
commit 5336da37a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}