diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-12-10 11:20:42 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-12-10 11:20:42 +0200 |
| commit | be268ed6460c1100eddeac47f0f4d6980a0a22ca (patch) | |
| tree | d73f649db20f5222dcbe2387714c01bb55eed5b7 /lib/hash.h | |
| parent | b6f2da4f8137c1ac32fa4d4d672eec4f7d90a322 (diff) | |
doc: update doc comment on hash_cmp (round 2)
Related: c8aad9c3a4b3e6d6d85fcedaab80cc271015b1f9
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'lib/hash.h')
| -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 6fbdc67cc4..23e93b6d7d 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -137,7 +137,7 @@ extern struct hash *hash_create(unsigned int (*hash_key)(const void *), * * 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 |
