git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1861116
)
hash: fix typo in comment
author
Pablo de Lara
<pablo.de.lara.guarch@intel.com>
Tue, 29 Mar 2016 17:38:57 +0000
(18:38 +0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Fri, 1 Apr 2016 13:07:53 +0000
(15:07 +0200)
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 <pablo.de.lara.guarch@intel.com>
lib/librte_hash/rte_hash.h
patch
|
blob
|
history
diff --git
a/lib/librte_hash/rte_hash.h
b/lib/librte_hash/rte_hash.h
index
85fc416
..
ae00b65
100644
(file)
--- 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
*/