summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-06-22 13:57:50 +0000
committerAndreas Jaeger <aj@suse.de>2000-06-22 13:57:50 +0000
commit3cfd2d07c0536772eded39762bd3021c4e3f0ebf (patch)
treea269ec2d5c57be6df49a6c3b16f788b7899aa6b2 /elf
parent72a964353fe9e21f651d76c39cc50f10aec0d737 (diff)
Update.
* elf/dl-reloc.c (_dl_relocate_object): Fix typos.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-reloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c
index b389c42b1e..f840f3c802 100644
--- a/elf/dl-reloc.c
+++ b/elf/dl-reloc.c
@@ -95,7 +95,7 @@ cannot make segment writable for relocation"));
{
/* Allocate the array which will contain the already found
relocations. If the shared object lacks a PLT (for example
- if it inly contains lead function) the l_info[DT_PLTRELSZ]
+ if it only contains lead function) the l_info[DT_PLTRELSZ]
will be NULL. */
if (l->l_info[DT_PLTRELSZ] == NULL)
_dl_sysdep_fatal (_dl_argv[0] ?: "<program name unknown>",
@@ -107,7 +107,7 @@ cannot make segment writable for relocation"));
l->l_info[DT_PLTRELSZ]->d_un.d_val);
if (l->l_reloc_result == NULL)
_dl_sysdep_fatal (_dl_argv[0] ?: "<program name unknown>",
- ": profiler outof memory shadowing PLTREL of ",
+ ": profiler out of memory shadowing PLTREL of ",
l->l_name, "\n", NULL);
}
}