Reword recent comment a bit.

This commit is contained in:
Dmitry Morozovsky 2008-02-01 17:35:46 +00:00
parent e603be7ada
commit 942fe01f61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175871

View File

@ -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.
*/