Skip to content

Commit 9d7084c

Browse files
danielinuxCopilot
andauthored
fixed misleading comment
Spotted by copilot Co-authored-by: Copilot <[email protected]>
1 parent d142426 commit 9d7084c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ int elf_store_image_scattered(const unsigned char *hdr, unsigned long *entry_out
232232
hal_flash_lock();
233233
}
234234
}
235-
} else { /* 32 bit ELF */
235+
} else { /* 64 bit ELF */
236236
const elf64_header *eh;
237237
const elf64_program_header *ph;
238238
wolfBoot_printf("ELF image is 64 bit\n");

0 commit comments

Comments
 (0)