diff options
-rw-r--r-- | sys/netgraph/ng_base.c | 6 |
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. */ |