aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/util/rbtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/util/rbtree.c')
-rw-r--r--external/unbound/util/rbtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/util/rbtree.c b/external/unbound/util/rbtree.c
index a898f13f0..ee5446f6c 100644
--- a/external/unbound/util/rbtree.c
+++ b/external/unbound/util/rbtree.c
@@ -68,7 +68,7 @@ static void rbtree_insert_fixup(rbtree_t *rbtree, rbnode_t *node);
static void rbtree_delete_fixup(rbtree_t* rbtree, rbnode_t* child, rbnode_t* child_parent);
/*
- * Creates a new red black tree, intializes and returns a pointer to it.
+ * Creates a new red black tree, initializes and returns a pointer to it.
*
* Return NULL on failure.
*