From 4e77d2552e48b00262efc6934396dd344c117e43 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Tue, 6 May 2008 22:41:23 +0000 Subject: [PATCH] Fix spelling in comment. --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 39797f26658..0e290abb802 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).