From be268ed6460c1100eddeac47f0f4d6980a0a22ca Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 10 Dec 2020 11:20:42 +0200 Subject: [PATCH] doc: update doc comment on hash_cmp (round 2) Related: c8aad9c3a4b3e6d6d85fcedaab80cc271015b1f9 Signed-off-by: Donatas Abraitis --- lib/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5