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

Peng Fan peng.fan at nxp.com
Wed Jan 9 01:11:36 UTC 2019



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

Reviewed-by: Peng Fan <peng.fan at nxp.com>

> --
> 2.20.1



More information about the U-Boot mailing list