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:
Pablo de Lara 2016-03-29 18:38:57 +01:00 committed by Thomas Monjalon
parent 1861116ee6
commit 4fd425cb74

View File

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