From 5271dcf581257fc35385587ee4c8fb7bec7033cf Mon Sep 17 00:00:00 2001
From: Michael Heimpold <mhei@heimpold.de>
Date: Fri, 2 Nov 2018 23:11:49 +0100
Subject: [PATCH] doc: imx: fix typo in imximage.txt

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Reviewed-by: Breno Lima <breno.lima@nxp.com>
---
 doc/imx/mkimage/imximage.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/imx/mkimage/imximage.txt b/doc/imx/mkimage/imximage.txt
index 803682f558..f2cf23c5da 100644
--- a/doc/imx/mkimage/imximage.txt
+++ b/doc/imx/mkimage/imximage.txt
@@ -175,7 +175,7 @@ Warning: setting sector offset for DOS compatiblity
 We have set 255 heads, 63 sector. We have to set the cylinder.
 The value to be set can be calculated with:
 
-	cilynder = <total size> / <heads> / <sectors> / <blocksize>
+	cylinder = <total size> / <heads> / <sectors> / <blocksize>
 
 in this example,
 	1981284352 / 255 / 63 / 512 = 239.x = 239
-- 
2.39.5