From 8c1b077f62126633ac67b5babf0cfc6147f3a167 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Tue, 13 May 2014 10:07:18 +1200 Subject: [PATCH] odp-util: Fix a comment. The comment was very specific to one user of the function, and had a typo. This change reflects the wider effect of the case. Signed-off-by: Joe Stringer Acked-by: Ben Pfaff --- 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 af464a040..34ac5cd09 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; } -- 2.20.1