fixed misleading comment

Spotted by copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/562/head
Daniele Lacamera 2025-04-08 08:46:31 +02:00 committed by GitHub
parent d142426392
commit 9d7084c6f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ int elf_store_image_scattered(const unsigned char *hdr, unsigned long *entry_out
hal_flash_lock();
}
}
} else { /* 32 bit ELF */
} else { /* 64 bit ELF */
const elf64_header *eh;
const elf64_program_header *ph;
wolfBoot_printf("ELF image is 64 bit\n");