summaryrefslogtreecommitdiffstats
path: root/libelf/gelf.h
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2013-08-28 23:39:00 +0900
committerMark Wielaard <mjw@redhat.com>2013-08-28 18:58:10 +0200
commite0b4385b2524e699b8f107ef59eab301a9f79400 (patch)
tree8d8caee42f7d2261d1e118b8edde9b8c4c86afdd /libelf/gelf.h
parentd0509d49a080796d3257a8cd962039cd9b7f53f6 (diff)
gelf.h: Fix typo in comment.
Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'libelf/gelf.h')
-rw-r--r--libelf/gelf.h2
1 files changed, 1 insertions, 1 deletions
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,