summaryrefslogtreecommitdiff
path: root/ofproto/netflow.c
diff options
context:
space:
mode:
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. */