Просмотр исходного кода

Corrected a typo (exection -> execution).

Peter Kjellerstedt 21 лет назад
Родитель
Сommit
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);
 	}