Procházet zdrojové kódy

Fix typo: missmatched -> mismatched.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Vagrant Cascadian před 5 roky
rodič
revize
bb5835bc01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tools/imx8image.c

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