Fix one more grammo.

Noticed by:	ru
This commit is contained in:
Dmitry Morozovsky 2008-02-02 08:41:53 +00:00
parent 783dc828f0
commit f9773372c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175889

View File

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