diff options
Diffstat (limited to 'module/avl/avl.c')
-rw-r--r-- | module/avl/avl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/avl/avl.c b/module/avl/avl.c index d0473d883..1a95092bc 100644 --- a/module/avl/avl.c +++ b/module/avl/avl.c @@ -1008,7 +1008,7 @@ avl_destroy_nodes(avl_tree_t *tree, void **cookie) --tree->avl_numnodes; /* - * If we just did a right child or there isn't one, go up to parent. + * If we just removed a right child or there isn't one, go up to parent. */ if (child == 1 || parent->avl_child[1] == NULL) { node = parent; |