From: Pablo de Lara Date: Tue, 29 Mar 2016 17:38:57 +0000 (+0100) Subject: hash: fix typo in comment X-Git-Tag: spdx-start~7107 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4fd425cb7458f62a203cd1379c840a5e6790aa00;p=dpdk.git hash: fix typo in comment rte_hash_set_cmp_func() had an incorrect Doxygen comment for one of its parameters. Fixes: 95da2f8e9c61 ("hash: customize compare function") Signed-off-by: Pablo de Lara --- diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h index 85fc416276..ae00b658e7 100644 --- a/lib/librte_hash/rte_hash.h +++ b/lib/librte_hash/rte_hash.h @@ -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 */