]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 217549785862edd1abb908e109ce20f0517032ae..f8e69de99fd602c97b870f216a7efbe0eb9f27e8 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 cd33225c1eff9cd46fedef0bc0ef613e9ba04f59..e3f07404150f49b7b6d5d03d787b29ef37e199fb 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,