This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] gelf.h: Fix typo in comment


Signed-off-by: Namhyung Kim <namhyung@gmail.com>
---
 libelf/gelf.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libelf/gelf.h b/libelf/gelf.h
index cd33225..e3f0740 100644
--- a/libelf/gelf.h
+++ b/libelf/gelf.h
@@ -150,7 +150,7 @@ typedef Elf64_Lib GElf_Lib;
 extern int gelf_getclass (Elf *__elf);
 
 
-/* Return size of array of COUNT elemeents of the type denoted by TYPE
+/* Return size of array of COUNT elements of the type denoted by TYPE
    in the external representation.  The binary class is taken from ELF.
    The result is based on version VERSION of the ELF standard.  */
 extern size_t gelf_fsize (Elf *__elf, Elf_Type __type, size_t __count,
-- 
1.7.9.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]