summaryrefslogtreecommitdiff
path: root/lib/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash.h')
-rw-r--r--lib/hash.h2
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