dpif-netdev: Fix typo in comment.
authorBen Pfaff <blp@ovn.org>
Fri, 4 Mar 2016 04:43:20 +0000 (20:43 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 8 Mar 2016 04:43:09 +0000 (20:43 -0800)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
lib/dpif-netdev.c

index a7e224a..cf574ad 100644 (file)
@@ -1598,7 +1598,7 @@ netdev_flow_key_equal(const struct netdev_flow_key *a,
 }
 
 /* Used to compare 'netdev_flow_key' in the exact match cache to a miniflow.
- * The maps are compared bitwise, so both 'key->mf' 'mf' must have been
+ * The maps are compared bitwise, so both 'key->mf' and 'mf' must have been
  * generated by miniflow_extract. */
 static inline bool
 netdev_flow_key_equal_mf(const struct netdev_flow_key *key,