The comment was very specific to one user of the function, but the effect of the case is wider.
Signed-off-by: Joe Stringer <joestrin...@nicira.com> --- lib/odp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index af464a0..34ac5cd 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -3313,7 +3313,7 @@ odp_flow_key_to_flow__(const struct nlattr *key, size_t key_len, flow->recirc_id = nl_attr_get_u32(attrs[OVS_KEY_ATTR_RECIRC_ID]); expected_attrs |= UINT64_C(1) << OVS_KEY_ATTR_RECIRC_ID; } else if (is_mask) { - /* Always exact match recirc_id when datapath does not sepcify it. */ + /* Always exact match recirc_id if it is not specified. */ flow->recirc_id = UINT32_MAX; } -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev