git: b9e4c273814e - stable/12 - netgraph(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 30 Mar 2022 16:40:10 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit b9e4c273814e06425ca06dc85eb67da8f1a01360
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 18:08:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-30 16:40:02 +0000

    netgraph(4): Fix a typo in a source code comment
    
    - s/shapshot/snapshot/
    
    (cherry picked from commit 1dc2c71ed897e162ad33e09ab3b0015613fa405a)
---
 sys/netgraph/netflow/netflow_v9.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netgraph/netflow/netflow_v9.h b/sys/netgraph/netflow/netflow_v9.h
index 2d8449a5a375..71bf893baccd 100644
--- a/sys/netgraph/netflow/netflow_v9.h
+++ b/sys/netgraph/netflow/netflow_v9.h
@@ -143,7 +143,7 @@ struct netflow_v9_flowset_header {
 struct netflow_v9_packet_opt {
 	uint16_t	length; /* current packet length */
 	uint16_t	count; /* current records count */
-	uint16_t	mtu; /* max MTU shapshot */
+	uint16_t	mtu; /* max MTU snapshot */
 	uint16_t	flow_type; /* current flowset */
 	uint16_t	flow_header; /* offset pointing to current flow header */
 };