diff options
-rw-r--r-- | sys/sys/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 7cbfb07..dd19f40 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -191,7 +191,7 @@ struct mqueue_notifier; * inheritance schemes. * * The second is the proc (process) which owns all the resources of a process - * other than CPU cycles, which are paralleled out to the threads. + * other than CPU cycles, which are parceled out to the threads. */ /*************** |