Fix some typos.

Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Mariano Alvira <mar@devl.org>
This commit is contained in:
François Revol 2011-02-18 16:07:23 +01:00 committed by Mariano Alvira
parent bb1baffc79
commit 777518d653

View file

@ -88,12 +88,12 @@
#define ELFLOADER_BAD_ELF_HEADER 1
/**
* Return value from elfloader_load() indicating that no symbol table
* could be find in the ELF file.
* could be found in the ELF file.
*/
#define ELFLOADER_NO_SYMTAB 2
/**
* Return value from elfloader_load() indicating that no string table
* could be find in the ELF file.
* could be found in the ELF file.
*/
#define ELFLOADER_NO_STRTAB 3
/**
@ -123,7 +123,7 @@
/**
* elfloader initialization function.
*
* This function should be called at boot up to initilize the elfloader.
* This function should be called at boot up to initialize the elfloader.
*/
void elfloader_init(void);