From 107b351d49009bd446a1e1898bd01b43cf557304 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 12 Dec 2020 19:52:37 +0300 Subject: 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 --- src/strip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strip.c') 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; -- cgit v1.2.3