diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-12-12 19:52:26 +0300 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-12-12 18:06:28 +0100 |
commit | d178e3765d52ad7bb7869693d15c3dabb7a81689 (patch) | |
tree | 7cc44817ed92094c909f7a10d27ccc10672c3ea5 /libelf/libelf.h | |
parent | 3148c21f0ef4677ca85fd8032b97914a46244a09 (diff) | |
download | elfutils-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/libelf.h')
-rw-r--r-- | libelf/libelf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/libelf.h b/libelf/libelf.h index 1ff11c95..a139e733 100644 --- a/libelf/libelf.h +++ b/libelf/libelf.h @@ -376,7 +376,7 @@ extern Elf64_Chdr *elf64_getchdr (Elf_Scn *__scn); It is always an error to call these functions on SHT_NOBITS sections or if the section has the SHF_ALLOC flag set. elf_compress_gnu will not check whether the section name starts - with ".debug" or .zdebug". It is the responsibilty of the caller + with ".debug" or .zdebug". It is the responsibility of the caller to make sure the deprecated GNU compression method is only called on correctly named sections (and to change the name of the section when using elf_compress_gnu). |