[ovs-dev] [PATCH] lib/jhash.c: Fix comment.

Jarno Rajahalme jrajahalme at nicira.com
Wed Dec 11 19:14:06 UTC 2013


Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
---
 lib/jhash.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/jhash.c b/lib/jhash.c
index c08c368..c59b51b 100644
--- a/lib/jhash.c
+++ b/lib/jhash.c
@@ -91,7 +91,7 @@ jhash_words(const uint32_t *p, size_t n, uint32_t basis)
 
 /* Returns the Jenkins hash of the 'n' bytes at 'p', starting from 'basis'.
  *
- * Use jhash_bytes() instead, unless you're computing a hash function whose
+ * Use hash_bytes() instead, unless you're computing a hash function whose
  * value is exposed "on the wire" so we don't want to change it. */
 uint32_t
 jhash_bytes(const void *p_, size_t n, uint32_t basis)
-- 
1.7.10.4




More information about the dev mailing list