aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-04-20 22:34:48 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-04-20 22:34:48 +0000
commit38bb635d3d3b22d67ad2480700bcfa4860ea8474 (patch)
treef8122fd9255ff61ae4afb841d53930dd519ff1e2
parentf2313eed6fe1afda7e93a519657d858a9e2dd425 (diff)
Notes
-rw-r--r--sys/sys/proc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index f824c57bad98..aa496e0bda07 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -126,7 +126,9 @@ struct pargs {
* associated comment.
* * - not yet protected
* a - only touched by curproc or parent during fork/wait
- * b - created at fork, never chagnes
+ * b - created at fork, never changes
+ * (exception aiods switch vmspaces, but they are also
+ * marked 'P_SYSTEM' so hopefully it will be left alone)
* c - locked by proc mtx
* d - locked by allproc_lock lock
* e - locked by proctree_lock lock