From: Ben Pfaff Date: Fri, 4 Mar 2016 04:43:20 +0000 (-0800) Subject: dpif-netdev: Fix typo in comment. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=d79a39fece1731c29615d05f120c0fb6c9a15d34 dpif-netdev: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index a7e224a18..cf574ad58 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -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,