From 777518d65316ab0b4fbeb887003907b4b2dc2469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 18 Feb 2011 16:07:23 +0100 Subject: [PATCH] Fix some typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Revol Signed-off-by: Mariano Alvira --- core/loader/elfloader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);