From: Jarno Rajahalme Date: Wed, 11 Dec 2013 19:20:00 +0000 (-0800) Subject: lib/jhash.c: Fix comment. X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~215 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5a8cc7859f9f0b2aebbe7f931fc64603136ed22d;hp=87147a32c119fb9e9c1c61a8d77316f2ebd8df7b;p=sliver-openvswitch.git lib/jhash.c: Fix comment. Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff --- 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)