summaryrefslogtreecommitdiff
path: root/libdwfl/dwfl_report_elf.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-12-12 19:51:24 +0300
committerMark Wielaard <mark@klomp.org>2020-12-12 18:06:28 +0100
commit3148c21f0ef4677ca85fd8032b97914a46244a09 (patch)
tree241e00b35c0e226b19a2e5b7d90fc770d90d7def /libdwfl/dwfl_report_elf.c
parentb8d1683ce4f77a6e537a68f1e4ce63fe2210ce2e (diff)
downloadelfutils-3148c21f0ef4677ca85fd8032b97914a46244a09.tar.gz
libdwfl: fix spelling typos in comments and ChangeLog
adresses -> addresses boundery -> boundary explictly -> explicitly fo -> for layed -> laid partical -> particular setion -> section substract -> subtract wil -> will Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'libdwfl/dwfl_report_elf.c')
-rw-r--r--libdwfl/dwfl_report_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdwfl/dwfl_report_elf.c b/libdwfl/dwfl_report_elf.c
index 3fc9384a..9da86698 100644
--- a/libdwfl/dwfl_report_elf.c
+++ b/libdwfl/dwfl_report_elf.c
@@ -85,7 +85,7 @@ __libdwfl_elf_address_range (Elf *elf, GElf_Addr base, bool add_p_vaddr,
const GElf_Addr next = (end + align - 1) & -align;
if (shdr->sh_addr == 0
/* Once we've started doing layout we have to do it all,
- unless we just layed out the first section at 0 when
+ unless we just laid out the first section at 0 when
it already was at 0. */
|| (bias == 0 && end > start && end != next))
{