git: 465988e9fa8a - main - NOTES: Update the comment for MCLSHIFT

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Thu, 25 Aug 2022 00:00:17 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=465988e9fa8abb222cfda07a82c8f0bfe0f36074

commit 465988e9fa8abb222cfda07a82c8f0bfe0f36074
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-08-24 23:59:32 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-08-24 23:59:32 +0000

    NOTES: Update the comment for MCLSHIFT
    
    MFC after:      1 week
---
 sys/conf/NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
 #