diff options
author | Quentin Young <qlyoung@nvidia.com> | 2020-12-01 21:47:56 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@nvidia.com> | 2020-12-01 21:47:56 +0100 |
commit | c8aad9c3a4b3e6d6d85fcedaab80cc271015b1f9 (patch) | |
tree | 1c8cf5f1e86d14ba8a2ccc3f828902ae59608543 | |
parent | Merge pull request #7632 from idryzhov/vtysh-memory-fixes (diff) | |
download | frr-c8aad9c3a4b3e6d6d85fcedaab80cc271015b1f9.tar.xz frr-c8aad9c3a4b3e6d6d85fcedaab80cc271015b1f9.zip |
lib: update doc comment on hash_cmp
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
-rw-r--r-- | lib/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.h b/lib/hash.h index 00953ff3b..6fbdc67cc 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -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 |