lib/jhash.c: Fix comment.
authorJarno Rajahalme <jrajahalme@nicira.com>
Wed, 11 Dec 2013 19:20:00 +0000 (11:20 -0800)
committerJarno Rajahalme <jrajahalme@nicira.com>
Wed, 11 Dec 2013 19:20:00 +0000 (11:20 -0800)
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/jhash.c

index c08c368..c59b51b 100644 (file)
@@ -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)