aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2008-05-06 22:41:23 +0000
committerJulian Elischer <julian@FreeBSD.org>2008-05-06 22:41:23 +0000
commit4e77d2552e48b00262efc6934396dd344c117e43 (patch)
treed778889597a672838ab07e858977ba13bd9266a3
parentee98c4a50efd7e177bc4dbb9a900c9e8705a4b2e (diff)
Notes
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 39797f266587..0e290abb8025 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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).