From 5a8cc7859f9f0b2aebbe7f931fc64603136ed22d Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Wed, 11 Dec 2013 11:20:00 -0800 Subject: [PATCH 1/1] lib/jhash.c: Fix comment. Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff --- lib/jhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jhash.c b/lib/jhash.c index c08c36894..c59b51b61 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) -- 2.43.0