diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/idle.c b/user/idle.c index acf8497..c088a3c 100644 --- a/user/idle.c +++ b/user/idle.c @@ -4,7 +4,7 @@ ** Idle process: write, getpid, gettime, exit ** ** Reports itself, then loops forever delaying and printing a character. -** MUST NOT SLEEP, as it must always be available in the ready queue +** MUST NOT SLEEP, as it must always be available in the ready queue ** when there is no other process to dispatch. ** ** Invoked as: idle |