summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-12-15 21:45:32 +0000
committerflz <flz@FreeBSD.org>2006-12-15 21:45:32 +0000
commit51887b9242c0da7904d50c685ac58ee6f1da28c4 (patch)
treec3d397397d8129ab95f8460e8dce9f2c4ca7e6db
parentc98f016084f145e9f139ad1dfbc2cf59f8188f5e (diff)
downloadFreeBSD-src-51887b9242c0da7904d50c685ac58ee6f1da28c4.zip
FreeBSD-src-51887b9242c0da7904d50c685ac58ee6f1da28c4.tar.gz
"Paralleled" should have been "parceled".
Pointed out by: julian Relayed by: rdivacky
-rw-r--r--sys/sys/proc.h2
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.
*/
/***************
OpenPOWER on IntegriCloud