git: 1dc2c71ed897 - main - netgraph(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Mar 2022 18:09:13 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1dc2c71ed897e162ad33e09ab3b0015613fa405a commit 1dc2c71ed897e162ad33e09ab3b0015613fa405a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 18:08:44 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-27 18:08:44 +0000 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 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 */ };