summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_fork.c')
-rw-r--r--sys/kern/kern_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c
index 18644df..bf09ff8 100644
--- a/sys/kern/kern_fork.c
+++ b/sys/kern/kern_fork.c
@@ -309,7 +309,7 @@ fork1(td, flags, procp)
/*
* Although process entries are dynamically created, we still keep
* a global limit on the maximum number we will create. Don't allow
- * a nonprivileged user to use the last process; don't let root
+ * a nonprivileged user to use the last ten processes; don't let root
* exceed the limit. The variable nprocs is the current number of
* processes, maxproc is the limit.
*/
OpenPOWER on IntegriCloud