netgraph(4): Fix a typo in a source code comment

- s/shapshot/snapshot/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 20:08:44 +02:00
parent 30ed48b0a5
commit 1dc2c71ed8

View file

@ -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 */
};