gelf.h: Fix typo in comment.
authorNamhyung Kim <namhyung@gmail.com>
Wed, 28 Aug 2013 14:39:00 +0000 (23:39 +0900)
committerMark Wielaard <mjw@redhat.com>
Wed, 28 Aug 2013 16:58:10 +0000 (18:58 +0200)
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
libelf/ChangeLog
libelf/gelf.h

index 2175497..f8e69de 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-28  Namhyung Kim  <namhyung@gmail.com>
+
+       * gelf.h (gelf_fsize): Fix typo in comment.
+
 2013-08-28  Mark Wielaard  <mjw@redhat.com>
 
        * gelf_getauxv.c (gelf_getauxv): Add missing whitespace.
index cd33225..e3f0740 100644 (file)
@@ -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,