Merge pull request #7649 from qlyoung/fix-doc-comment-hashcmp

lib: update doc comment on hash_cmp
This commit is contained in:
Donatas Abraitis 2020-12-10 11:07:06 +02:00 committed by GitHub
commit b6f2da4f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ struct hash {
*
* hash_cmp
* comparison function used for resolving collisions; when called with two
* data items, should return nonzero if the two items are equal and 0
* data items, should return true if the two items are equal and false
* otherwise
*
* name