summaryrefslogtreecommitdiff
path: root/libelf/libelfP.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-12-12 19:52:26 +0300
committerMark Wielaard <mark@klomp.org>2020-12-12 18:06:28 +0100
commitd178e3765d52ad7bb7869693d15c3dabb7a81689 (patch)
tree7cc44817ed92094c909f7a10d27ccc10672c3ea5 /libelf/libelfP.h
parent3148c21f0ef4677ca85fd8032b97914a46244a09 (diff)
downloadelfutils-d178e3765d52ad7bb7869693d15c3dabb7a81689.tar.gz
libelf: fix spelling typos in comments
Auxialiary -> Auxiliary constucted -> constructed desriptor -> descriptor endianess -> endianness responsibilty -> responsibility sufficent -> sufficient elf.h comes from glibc and therefore is excluded. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'libelf/libelfP.h')
-rw-r--r--libelf/libelfP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/libelfP.h b/libelf/libelfP.h
index 6a3243de..b8ffa18d 100644
--- a/libelf/libelfP.h
+++ b/libelf/libelfP.h
@@ -148,7 +148,7 @@ enum
};
-/* The visible `Elf_Data' type is not sufficent for some operations due
+/* The visible `Elf_Data' type is not sufficient for some operations due
to a misdesigned interface. Extend it for internal purposes. */
typedef struct
{