aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-12-11 10:27:34 +0100
committerMarcel Holtmann <marcel@holtmann.org>2023-12-11 10:27:34 +0100
commit64e0eccec1c816ad139230b8809b4c0d4977288f (patch)
tree2f53e3410290d6ca49120ae510a8ff481cd78214
parent45f4b3129b5a77ded2e557cb8be5dda3b087fb27 (diff)
hashmap: Fix spelling of destroy
-rw-r--r--ell/hashmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/hashmap.c b/ell/hashmap.c
index 3f050a34..ee5a9984 100644
--- a/ell/hashmap.c
+++ b/ell/hashmap.c
@@ -296,7 +296,7 @@ LIB_EXPORT bool l_hashmap_set_key_free_function(struct l_hashmap *hashmap,
* @hashmap: hash table object
* @destroy: destroy function
*
- * Free hash table and call @destory on all remaining entries.
+ * Free hash table and call @destroy on all remaining entries.
*
* NOTE: While the destroy is in progress, the hashmap is assumed to be
* invariant. The behavior of adding or removing entries while a destroy