summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-12-15 14:18:29 +0000
committerpav <pav@FreeBSD.org>2006-12-15 14:18:29 +0000
commit1a27feb63efa8b73ff35cea7af87e8ca84ab6e96 (patch)
treefb0e8cf0fabfdec49927dc26a78a90bb87d0a45a
parentaeac2bd31e39fcccbf7f8e6460ea8ee29da0ec10 (diff)
downloadFreeBSD-src-1a27feb63efa8b73ff35cea7af87e8ca84ab6e96.zip
FreeBSD-src-1a27feb63efa8b73ff35cea7af87e8ca84ab6e96.tar.gz
Fix typos in comment block
Submitted by: rdivacky
-rw-r--r--sys/sys/proc.h4
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.
*/
/***************
OpenPOWER on IntegriCloud