Skip to content

Commit

Permalink
ofproto-dpif-upcall: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
  • Loading branch information
blp committed Jan 24, 2018
1 parent 66d8928 commit a3d5212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofproto/ofproto-dpif-upcall.c
Expand Up @@ -2138,7 +2138,7 @@ revalidate_ukey__(struct udpif *udpif, const struct udpif_key *ukey,
* but not the newly revalidated wildcard mask (wc), i.e., if revalidation
* tells that the datapath flow is now too generic and must be narrowed
* down. Note that we do not know if the datapath has ignored any of the
* wildcarded bits, so we may be overtly conservative here. */
* wildcarded bits, so we may be overly conservative here. */
if (flow_wildcards_has_extra(&dp_mask, ctx.wc)) {
goto exit;
}
Expand Down

0 comments on commit a3d5212

Please sign in to comment.