diff --git a/core/loader/elfloader.h b/core/loader/elfloader.h index bbb642104..0c1f7f4ab 100644 --- a/core/loader/elfloader.h +++ b/core/loader/elfloader.h @@ -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);