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
Fix spelling error in the comments on struct flow_patterns

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 3, 2025
1 parent 2609253 commit 9bdcf40
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 9bdcf40

Please sign in to comment.