summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-03-17 17:32:41 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-03-17 17:32:41 +0000
commit3e8b9f4203c2f15c9fbfdb6e6305fae428edb73d (patch)
tree269c0ae51723672645b1d49ac120d9693c11b274 /ldso
parent2331c7f052ef946d357037e694430a2f473e7af5 (diff)
Corrected a typo (exection -> execution).
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/ldso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index 9713416cd..75b6e9c12 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -133,7 +133,7 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, unsigned long load_addr,
}
if (_start == (void *) auxvt[AT_ENTRY].a_un.a_fcn) {
- _dl_dprintf(2, "Standalone exection is not supported yet\n");
+ _dl_dprintf(2, "Standalone execution is not supported yet\n");
_dl_exit(1);
}