hash: fix typo in comment
rte_hash_set_cmp_func() had an incorrect Doxygen comment
for one of its parameters.
Fixes: 95da2f8e9c
("hash: customize compare function")
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
parent
1861116ee6
commit
4fd425cb74
@ -114,7 +114,7 @@ rte_hash_create(const struct rte_hash_parameters *params);
|
||||
* in multi-process mode.
|
||||
*
|
||||
* @param h
|
||||
* Hash table to reset
|
||||
* Hash table for which the function is to be changed
|
||||
* @param func
|
||||
* New compare function
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user