summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f824c57..aa496e0 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
OpenPOWER on IntegriCloud