summaryrefslogtreecommitdiff
path: root/sys/kern/kern_fork.c
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-07-30 05:37:00 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-07-30 05:37:00 +0000
commitc4441bc76960c8af5cd5d9f26db6bf64488fd0d0 (patch)
treeb43d2b7267defda934ec1eef86c727fcb2e6eec0 /sys/kern/kern_fork.c
parente3682e195b24023fea6dc9202d0e5d4aba773404 (diff)
Notes
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 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.
*/