mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 17:24:26 +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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user