2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 22:35:15 +00:00

netdev-offload-dpdk: Fix spelling error in the comments.

Fixes: e8a2b5bf92 ("netdev-dpdk: implement flow offload with rte flow")

Acked-by: Simon Horman <horms@ovn.org>
Signed-off-by: Allen Chen <allen.chen@jaguarmicro.com>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
This commit is contained in:
Allen Chen
2025-01-07 18:48:20 +08:00
committed by Eelco Chaudron
parent 260925314b
commit b72f6bb4c1

View File

@@ -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.
*/