From: Namhyung Kim Date: Wed, 28 Aug 2013 14:39:00 +0000 (+0900) Subject: gelf.h: Fix typo in comment. X-Git-Tag: elfutils-0.157~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b4385b2524e699b8f107ef59eab301a9f79400;p=thirdparty%2Felfutils.git gelf.h: Fix typo in comment. Signed-off-by: Namhyung Kim Signed-off-by: Mark Wielaard --- diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 217549785..f8e69de99 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2013-08-28 Namhyung Kim + + * gelf.h (gelf_fsize): Fix typo in comment. + 2013-08-28 Mark Wielaard * gelf_getauxv.c (gelf_getauxv): Add missing whitespace. diff --git a/libelf/gelf.h b/libelf/gelf.h index cd33225c1..e3f074041 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,