Fix spelling error in the comments on struct flow_patterns Signed-off-by: Allen Chen <[email protected]> --- lib/netdev-offload-dpdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/netdev-offload-dpdk.c b/lib/netdev-offload-dpdk.c index cda0e8d13..b1c848f4d 100644 --- a/lib/netdev-offload-dpdk.c +++ b/lib/netdev-offload-dpdk.c @@ -283,7 +283,7 @@ ufid_to_rte_flow_disassociate(struct ufid_to_rte_flow_data *data) } /* - * To avoid individual xrealloc calls for each new element, a 'curent_max' + * To avoid individual xrealloc calls for each new element, a 'current_max' * is used to keep track of current allocated number of elements. Starts * by 8 and doubles on each xrealloc call. */ -- 2.33.0.windows.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
