]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_hash.h
hash: fix comment for lookup
[dpdk.git] / lib / librte_hash / rte_hash.h
index 3beaca71c5762956587c5d4eec1a803bee78e3fb..f71ca9fbf681e9640b4f858345b95c9615f70a0a 100644 (file)
@@ -328,7 +328,7 @@ rte_hash_lookup(const struct rte_hash *h, const void *key);
  * @param key
  *   Key to find.
  * @param sig
- *   Hash value to remove from the hash table.
+ *   Precomputed hash value for 'key'.
  * @return
  *   - -EINVAL if the parameters are invalid.
  *   - -ENOENT if the key is not found.