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

Signed-off-by: Vagrant Cascadian vagrant@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 +=

-----Original Message----- From: Vagrant Cascadian [mailto:vagrant@debian.org] Sent: 2019年1月9日 5:10 To: u-boot@lists.denx.de Cc: Vagrant Cascadian vagrant@debian.org; Peng Fan peng.fan@nxp.com; Fabio Estevam festevam@gmail.com Subject: [PATCH] Fix typo: missmatched -> mismatched.
Signed-off-by: Vagrant Cascadian vagrant@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 +=
Reviewed-by: Peng Fan peng.fan@nxp.com
-- 2.20.1

On Tue, Jan 08, 2019 at 01:10:23PM -0800, Vagrant Cascadian wrote:
Signed-off-by: Vagrant Cascadian vagrant@debian.org Reviewed-by: Peng Fan peng.fan@nxp.com
Applied to u-boot/master, thanks!
participants (3)
-
Peng Fan
-
Tom Rini
-
Vagrant Cascadian