Skip to content

Commit

Permalink
lib/jhash.c: Fix comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Rajahalme <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
Jarno Rajahalme committed Dec 11, 2013
1 parent 87147a3 commit 5a8cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jhash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a8cc78

Please sign in to comment.