Fix a typo in elfboot.c. Closes #27
authorLuis Correia <luis.f.correia@gmail.com>
Sun, 5 Nov 2006 12:18:58 +0000 (12:18 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 5 Nov 2006 12:18:58 +0000 (12:18 +0000)
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2488 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/boot/elfboot.c

index 583160b24a85ec4674e01eb9aa4b9b219f9216eb..c0bcd177da779a00a8a251073ebfb5992ddad463 100644 (file)
@@ -630,7 +630,7 @@ int elfboot(struct lb_memory *mem)
                        printk_spew("NO header at %d\n", i);
                        continue;
                }
-               printk_debug("Found ELF candiate at offset %d\n", i);
+               printk_debug("Found ELF candidate at offset %d\n", i);
                /* Sanity check the elf header */
                if ((ehdr->e_type == ET_EXEC) &&
                        elf_check_arch(ehdr) &&