aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9279441f991c..b3732568449c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2013,7 +2013,7 @@ device rtwnfw
# mismatch between the mbuf size assumed by the kernel and the mbuf size
# assumed by a module. The only driver that currently has the ability to
# detect a mismatch is ti(4).
-options MCLSHIFT=11 # mbuf cluster shift in bits, 12 == 4KB
+options MCLSHIFT=11 # mbuf cluster shift in bits, 11 == 2KB
options MSIZE=256 # mbuf size in bytes
#