summaryrefslogtreecommitdiffstats
path: root/src/strip.c
diff options
context:
space:
mode:
authorDmitry V. Levin <[email protected]>2020-12-12 19:52:37 +0300
committerMark Wielaard <[email protected]>2020-12-12 18:06:28 +0100
commit107b351d49009bd446a1e1898bd01b43cf557304 (patch)
treef1757a26a363446326350df0aa85d426883b7b0c /src/strip.c
parentd178e3765d52ad7bb7869693d15c3dabb7a81689 (diff)
src: fix spelling typos in comments and ChangeLog
Indeces -> Indices adress -> address affort -> afford dont' -> don't futher -> further higest -> highest indeces -> indices interate -> iterate occured -> occurred overlow -> overflow sectin -> section succesful -> successful teminated -> terminated Signed-off-by: Dmitry V. Levin <[email protected]>
Diffstat (limited to 'src/strip.c')
-rw-r--r--src/strip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strip.c b/src/strip.c
index 9dbdf5d9..d211cde6 100644
--- a/src/strip.c
+++ b/src/strip.c
@@ -1832,7 +1832,7 @@ handle_elf (int fd, Elf *elf, const char *prefix, const char *fname,
shdr_info[cnt].shdr.sh_name = dwelf_strent_off (shdr_info[cnt].se);
/* Update the section header from the input file. Some fields
- might be section indeces which now have to be adjusted. Keep
+ might be section indices which now have to be adjusted. Keep
the index to the "current" sh_link in case we need it to lookup
symbol table names. */
size_t sh_link = shdr_info[cnt].shdr.sh_link;