diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 18644dfbdb7..bf09ff8bc8d 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. */