From e0b4385b2524e699b8f107ef59eab301a9f79400 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Wed, 28 Aug 2013 23:39:00 +0900 Subject: [PATCH] gelf.h: Fix typo in comment. Signed-off-by: Namhyung Kim Signed-off-by: Mark Wielaard --- libelf/ChangeLog | 4 ++++ libelf/gelf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 2175497..f8e69de 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 cd33225..e3f0740 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, -- 2.7.4