X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_hash%2Frte_hash.h;h=f71ca9fbf681e9640b4f858345b95c9615f70a0a;hb=0da959d484c852ed80a9e83ece3ff916aa7d3b75;hp=3beaca71c5762956587c5d4eec1a803bee78e3fb;hpb=4f512a1919998933a39886ab2ec7f2fdde48756c;p=dpdk.git diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h index 3beaca71c5..f71ca9fbf6 100644 --- a/lib/librte_hash/rte_hash.h +++ b/lib/librte_hash/rte_hash.h @@ -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.