Fix spelling in comment.

This commit is contained in:
Julian Elischer 2008-05-06 22:41:23 +00:00
parent ee98c4a50e
commit 4e77d2552e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178815

View File

@ -870,7 +870,7 @@ options TCPDEBUG
# The MBUF_STRESS_TEST option enables options which create
# various random failures / extreme cases related to mbuf
# functions. See mbuf(9) for a list of available test cases.
# MBUF_PROFILING enables code to profile teh mbif chains
# MBUF_PROFILING enables code to profile the mbuf chains
# exiting the system (via participating interfaces) and
# return a logarithmic histogram of monitored parameters
# (e.g. packet size, wasted space, number of mbufs in chain).