From c8aad9c3a4b3e6d6d85fcedaab80cc271015b1f9 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 1 Dec 2020 15:47:56 -0500 Subject: [PATCH] lib: update doc comment on hash_cmp Signed-off-by: Quentin Young --- lib/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hash.h b/lib/hash.h index 00953ff3b3..6fbdc67cc4 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 -- 2.39.5