X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fjhash.c;h=c59b51b6113d7af780cd59a40311d03ee7654222;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=c08c36894ba7e9458bffd841b5ffc35cb6bb4553;hpb=db5a101931c5393d5f9df600559882418d536878;p=sliver-openvswitch.git 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)