diff options
Diffstat (limited to 'hurd/hurd.h')
-rw-r--r-- | hurd/hurd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd.h b/hurd/hurd.h index 212db45753..bb8e2e7c11 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.h @@ -222,7 +222,7 @@ extern error_t _hurd_exec (task_t task, char *const envp[]); -/* Inform the proc server we have exitted with STATUS, and kill the +/* Inform the proc server we have exited with STATUS, and kill the task thoroughly. This function never returns, no matter what. */ extern void _hurd_exit (int status) __attribute__ ((noreturn)); |