[LinuxBIOS] #27: Minor typo

LinuxBIOS svn at openbios.org
Sun Nov 5 13:13:38 CET 2006


#27: Minor typo
---------------------------------------------------------+------------------
     Reporter:  Luis Correia <luis.f.correia at gmail.com>  |          Owner:  somebody      
         Type:  enhancement                              |         Status:  new           
     Priority:  trivial                                  |      Milestone:  Cosmetic fixes
    Component:  code                                     |        Version:  v2            
   Resolution:                                           |       Keywords:  typo fix      
Include_gantt:  0                                        |   Dependencies:                
   Due_assign:  MM/DD/YYYY                               |      Due_close:  MM/DD/YYYY    
---------------------------------------------------------+------------------
Comment (by Luis Correia <luis.f.correia at gmail.com>):

 Replying to [ticket:27 Luis Correia <luis.f.correia at gmail.com>]:
 > [PATCH]
 > Index: elfboot.c
 > ===================================================================
 > --- elfboot.c   (revision 2487)
 > +++ elfboot.c   (working copy)
 > @@ -630,7 +630,7 @@
 >                         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) &&

 Signed-off-by: Luis Correia <luis.f.correia at gmail.com>

-- 
Ticket URL: <http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/27#comment:1>
LinuxBIOS <http://www.linuxbios.org/>


More information about the coreboot mailing list