diff options
Diffstat (limited to 'src/kernel/proc.h')
-rw-r--r-- | src/kernel/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel/proc.h b/src/kernel/proc.h index f9786b9..6266998 100644 --- a/src/kernel/proc.h +++ b/src/kernel/proc.h @@ -10,8 +10,7 @@ enum process_state { PS_RUNNING, - PS_DEAD, // return message wasn't collected - PS_DEADER, // return message was collected + PS_DEAD, // return message not collected PS_WAITS4CHILDDEATH, PS_WAITS4FS, PS_WAITS4REQUEST, |