[U-Boot] [PATCH] Fix typo: missmatched -> mismatched.

Vagrant Cascadian vagrant at debian.org
Tue Jan 8 21:10:23 UTC 2019


Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
---

 tools/imx8image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/imx8image.c b/tools/imx8image.c
index 6e8ac464e7..d93de733ab 100644
--- a/tools/imx8image.c
+++ b/tools/imx8image.c
@@ -674,7 +674,7 @@ static int get_container_image_start_pos(image_t *image_stack, uint32_t align)
 			fclose(fd);
 
 			if (header.tag != IVT_HEADER_TAG_B0) {
-				fprintf(stderr, "header tag missmatched \n");
+				fprintf(stderr, "header tag mismatched \n");
 				exit(EXIT_FAILURE);
 			} else {
 				file_off +=
-- 
2.20.1



More information about the U-Boot mailing list