diff mbox series

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

Message ID 20200123002921.2832716-1-colin.king@canonical.com (mailing list archive)
State New, archived
Headers show
Series partitions/ldm: fix spelling mistake "to" -> "too" | expand

Commit Message

Colin King Jan. 23, 2020, 12:29 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 block/partitions/ldm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe Jan. 23, 2020, 6:41 p.m. UTC | #1
On 1/22/20 5:29 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a ldm_error message. Fix it.

Applied, thanks.
diff mbox series

Patch

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