Преглед изворни кода

Corrected a typo (exection -> execution).

Peter Kjellerstedt пре 19 година
родитељ
комит
3e8b9f4203
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
 	}