git: 1dca9345e97e - stable/13 - netgraph(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 16:36:43 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1dca9345e97e1509453555fa55f637445d62d131
commit 1dca9345e97e1509453555fa55f637445d62d131
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:36:36 +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 */
};