summaryrefslogtreecommitdiff
path: root/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'libelf')
-rw-r--r--libelf/ChangeLog4
-rw-r--r--libelf/gelf.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 21754978..f8e69de9 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -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.
diff --git a/libelf/gelf.h b/libelf/gelf.h
index cd33225c..e3f07404 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,