summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authormarck <marck@FreeBSD.org>2008-02-02 08:41:53 +0000
committermarck <marck@FreeBSD.org>2008-02-02 08:41:53 +0000
commit92f929f0dde072d092bfbe14053ad40626af995d (patch)
tree0a473d1833b924f25f61d3eaa571861e090f34fa /sys/netgraph
parent5c71f02efc21c1c1ab56b88f7d7ac74775bd7350 (diff)
downloadFreeBSD-src-92f929f0dde072d092bfbe14053ad40626af995d.zip
FreeBSD-src-92f929f0dde072d092bfbe14053ad40626af995d.tar.gz
Fix one more grammo.
Noticed by: ru
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index b789f97..eebf0e3 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -2376,7 +2376,7 @@ ng_snd_item(item_p item, int flags)
* 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 then.
+ * HI_STACK. For them 50% of stack will be guaranteed then.
* XXX: Values 50% (64/128) and 80% (100/128) are completely
* empirical.
*/
OpenPOWER on IntegriCloud