Browse Source

Corrected a typo (exection -> execution).

Peter Kjellerstedt 20 years ago
parent
commit
3e8b9f4203
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/ldso/ldso.c

+ 1 - 1
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);
 	}