summaryrefslogtreecommitdiff
path: root/tests/elfstrmerge.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-12-12 19:52:43 +0300
committerMark Wielaard <mark@klomp.org>2020-12-12 18:06:28 +0100
commit29d3b65896f6d5f5650ab347d43c12e9e0f578d8 (patch)
tree24c8a2ea769a383f9f304a4e68902bb62e35c233 /tests/elfstrmerge.c
parent107b351d49009bd446a1e1898bd01b43cf557304 (diff)
downloadelfutils-29d3b65896f6d5f5650ab347d43c12e9e0f578d8.tar.gz
tests: fix spelling typos in error diagnostics and comments
Cannnot -> Cannot decriptors -> descriptors experssions -> expressions explit -> explicit falg -> flag irrelevent -> irrelevant mininum -> minimum outselves -> ourselves proces -> process versio -> version Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'tests/elfstrmerge.c')
-rw-r--r--tests/elfstrmerge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/elfstrmerge.c b/tests/elfstrmerge.c
index ba0d68df..abbdf3fd 100644
--- a/tests/elfstrmerge.c
+++ b/tests/elfstrmerge.c
@@ -332,7 +332,7 @@ main (int argc, char **argv)
if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum))
{
/* Don't use fail... too specialized messages. Call release
- outselves and then error. Ignores midx if widx is
+ ourselves and then error. Ignores midx if widx is
zero. */
release ();
if (widx == 0)
@@ -543,7 +543,7 @@ main (int argc, char **argv)
{
new_data_buf (newdata);
/* A section group contains Elf32_Words. The first
- word is a falg value, the rest of the words are
+ word is a flag value, the rest of the words are
indexes of the sections belonging to the group. */
Elf32_Word *group = (Elf32_Word *) data->d_buf;
Elf32_Word *newgroup = (Elf32_Word *) newdata->d_buf;