aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:29:02 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:29:02 +0100
commit1c0137a4f657925e5919325198be2e7e3587c3ac (patch)
tree9142f4eda63198ba4d2ebaee9cc488eda55ecf77
parentcbc7a537f21b2fe51316240b46e56b7423be5832 (diff)
hashmap: Fix spelling of opaque
-rw-r--r--ell/hashmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/hashmap.c b/ell/hashmap.c
index ee5a9984..6769bc1e 100644
--- a/ell/hashmap.c
+++ b/ell/hashmap.c
@@ -32,7 +32,7 @@ struct entry {
/**
* l_hashmap:
*
- * Opague object representing the hash table.
+ * Opaque object representing the hash table.
*/
struct l_hashmap {
l_hashmap_hash_func_t hash_func;