I guess someone had EFI on the mind when writing the comment and wrote EFI instead of ELF.
Signed-off-by: Daniel Palmer <[email protected]> --- lib/elf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elf.c b/lib/elf.c index e767a42a3b3f..a92d0d30c666 100644 --- a/lib/elf.c +++ b/lib/elf.c @@ -188,7 +188,7 @@ unsigned long load_elf64_image_shdr(unsigned long addr) * A very simple ELF loader, assumes the image is valid, returns the * entry point address. * - * The loader firstly reads the EFI class to see if it's a 64-bit image. + * The loader firstly reads the ELF class to see if it's a 64-bit image. * If yes, call the ELF64 loader. Otherwise continue with the ELF32 loader. */ unsigned long load_elf_image_phdr(unsigned long addr) -- 2.51.0

