diff options
author | pav <pav@FreeBSD.org> | 2006-12-15 14:18:29 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-15 14:18:29 +0000 |
commit | 1a27feb63efa8b73ff35cea7af87e8ca84ab6e96 (patch) | |
tree | fb0e8cf0fabfdec49927dc26a78a90bb87d0a45a | |
parent | aeac2bd31e39fcccbf7f8e6460ea8ee29da0ec10 (diff) | |
download | FreeBSD-src-1a27feb63efa8b73ff35cea7af87e8ca84ab6e96.zip FreeBSD-src-1a27feb63efa8b73ff35cea7af87e8ca84ab6e96.tar.gz |
Fix typos in comment block
Submitted by: rdivacky
-rw-r--r-- | sys/sys/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 47e21bd..7cbfb07 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -171,7 +171,7 @@ struct mqueue_notifier; * This structure contains all the information as to where a thread of * execution is now, or was when it was suspended, why it was suspended, * and anything else that will be needed to restart it when it is - * rescheduled. It includesa sscheduler specific substructure that is differnt + * rescheduled. It includes a scheduler specific substructure that is different * for each scheduler. * * M:N notes. @@ -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 pqarelled out to the threads. + * other than CPU cycles, which are paralleled out to the threads. */ /*************** |