mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
netgraph(4): Fix a typo in a source code comment
- s/shapshot/snapshot/ MFC after: 3 days
This commit is contained in:
parent
30ed48b0a5
commit
1dc2c71ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue