mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
Fix typo: missmatched -> mismatched.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
committed by
Tom Rini
parent
a4773c5559
commit
bb5835bc01
@@ -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 +=
|
||||
|
Reference in New Issue
Block a user