diff options
Diffstat (limited to 'sys/kern/kern_fork.c')
| -rw-r--r-- | sys/kern/kern_fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 18644dfbdb79..bf09ff8bc8d3 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. */ |
