From 1dc2c71ed897e162ad33e09ab3b0015613fa405a Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 27 Mar 2022 20:08:44 +0200 Subject: [PATCH] netgraph(4): Fix a typo in a source code comment - s/shapshot/snapshot/ MFC after: 3 days --- 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 2d8449a5a37..71bf893bacc 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 */ };