summaryrefslogtreecommitdiff
path: root/ofproto/netflow.c
diff options
context:
space:
mode:
authorAndy Hill <hillad@gmail.com>2013-06-04 17:35:36 -0500
committerBen Pfaff <blp@nicira.com>2013-06-04 21:53:33 -0700
commitec9f40dce11c7e81bc41d42e3bbfaaf8287165ce (patch)
tree3a82f3d653ed64601e6781fd05022fe2cea6d903 /ofproto/netflow.c
parent4be5ac89bea2972007d53992be841e0e8eb3350b (diff)
downloadopenvswitch-ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce.tar.gz
Fix misspellings in comments and docs.
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill <hillad@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/netflow.c')
-rw-r--r--ofproto/netflow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ofproto/netflow.c b/ofproto/netflow.c
index aec39685a..7366986f6 100644
--- a/ofproto/netflow.c
+++ b/ofproto/netflow.c
@@ -41,8 +41,8 @@ struct netflow {
uint8_t engine_id; /* Value of engine_id to use. */
long long int boot_time; /* Time when netflow_create() was called. */
struct collectors *collectors; /* NetFlow collectors. */
- bool add_id_to_iface; /* Put the 7 least signficiant bits of
- * 'engine_id' into the most signficant
+ bool add_id_to_iface; /* Put the 7 least significiant bits of
+ * 'engine_id' into the most significant
* bits of the interface fields. */
uint32_t netflow_cnt; /* Flow sequence number for NetFlow. */
struct ofpbuf packet; /* NetFlow packet being accumulated. */