aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/radix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/radix.h')
-rw-r--r--src/libutil/radix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/radix.h b/src/libutil/radix.h
index fc6e0db1e..c04528000 100644
--- a/src/libutil/radix.h
+++ b/src/libutil/radix.h
@@ -30,7 +30,7 @@ typedef struct radix_tree_compressed radix_compressed_t;
* @param tree radix trie
* @param key key to insert (bitstring)
* @param keylen length of the key (in bytes)
- * @param masklen lenght of mask that should be applied to the key (in bits)
+ * @param masklen length of mask that should be applied to the key (in bits)
* @param value opaque value pointer
* @return previous value of the key or `RADIX_NO_VALUE`
*/