mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +00:00
Merge pull request #7649 from qlyoung/fix-doc-comment-hashcmp
lib: update doc comment on hash_cmp
This commit is contained in:
commit
b6f2da4f81
@ -103,7 +103,7 @@ struct hash {
|
|||||||
*
|
*
|
||||||
* hash_cmp
|
* hash_cmp
|
||||||
* comparison function used for resolving collisions; when called with two
|
* 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
|
* otherwise
|
||||||
*
|
*
|
||||||
* name
|
* name
|
||||||
|
Loading…
Reference in New Issue
Block a user