git: 30c85a085ed6 - main - mbuf(9): Update comment about pkthdr structure size.

From: Hans Petter Selasky <hselasky_at_FreeBSD.org>
Date: Tue, 07 Jun 2022 20:20:30 UTC
The branch main has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=30c85a085ed65d080ad971e5f591935fd31dab1d

commit 30c85a085ed65d080ad971e5f591935fd31dab1d
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-06-07 20:19:03 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-06-07 20:19:11 +0000

    mbuf(9): Update comment about pkthdr structure size.
    
    Differential revision:  https://reviews.freebsd.org/D35339
    Sponsored by:   NVIDIA Networking
---
 sys/sys/mbuf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index dc32a1e23c38..8f377d580aa4 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -150,7 +150,7 @@ struct m_snd_tag {
 
 /*
  * Record/packet header in first mbuf of chain; valid only if M_PKTHDR is set.
- * Size ILP32: 52
+ * Size ILP32: 56
  *	 LP64: 64
  * Compile-time assertions in uipc_mbuf.c test these values to ensure that
  * they are correct.