diff mbox series

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

Message ID 20190108211023.3668-1-vagrant@debian.org
State Accepted
Commit bb5835bc018dc8d7cc4d7abf0ef0521be5093985
Delegated to: Tom Rini
Headers show
Series [U-Boot] Fix typo: missmatched -> mismatched. | expand

Commit Message

Vagrant Cascadian Jan. 8, 2019, 9:10 p.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

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

Comments

Peng Fan Jan. 9, 2019, 1:11 a.m. UTC | #1
> -----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
Tom Rini Jan. 16, 2019, 2:44 a.m. UTC | #2
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!
diff mbox series

Patch

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 +=