summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarck <marck@FreeBSD.org>2008-02-01 17:35:46 +0000
committermarck <marck@FreeBSD.org>2008-02-01 17:35:46 +0000
commite190c967dd74fb098db51be00a31ff7d54e4f2f4 (patch)
tree9f989736c9fc4effa4e38e47588f5399f72dfe59
parent95bb3acd1f253620ea863b23dd9db58d0692650b (diff)
downloadFreeBSD-src-e190c967dd74fb098db51be00a31ff7d54e4f2f4.zip
FreeBSD-src-e190c967dd74fb098db51be00a31ff7d54e4f2f4.tar.gz
Reword recent comment a bit.
-rw-r--r--sys/netgraph/ng_base.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 8bb4382..b789f97 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -2373,10 +2373,10 @@ ng_snd_item(item_p item, int flags)
#ifdef GET_STACK_USAGE
else {
/*
- * Most of netgraph nodes has small stack consumption and
- * for them it is more then enogh 20% of free stack.
+ * Most of netgraph nodes have small stack consumption and
+ * for them 20% of free stack space is more than enough.
* Nodes/hooks with higher stack usage should be marked as
- * HI_STACK. For them 50% of stack will be guarantied.
+ * HI_STACK. For them 50% of stack will be guarantied then.
* XXX: Values 50% (64/128) and 80% (100/128) are completely
* empirical.
*/
OpenPOWER on IntegriCloud