Skip to content

Commit

Permalink
netdev_offload_dpdk: Fix spelling error in the comments.
Browse files Browse the repository at this point in the history
Fixes: 3d67b2d ("netdev-dpdk: Move offloading code to a new file")

Signed-off-by: Allen Chen <[email protected]>
Signed-off-by: 0-day Robot <[email protected]>
  • Loading branch information
Allen Chen authored and ovsrobot committed Jan 6, 2025
1 parent 2609253 commit e9103e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev-offload-dpdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit e9103e3

Please sign in to comment.