]> wimlib.net Git - wimlib/blobdiff - include/wimlib/avl_tree.h
avl_tree: Fix comments
[wimlib] / include / wimlib / avl_tree.h
index da5bbd069d83813bad07a67c2b4d3f7106a9a7a4..875c9f02a83da8f51acf594f47d02b14a4da3b15 100644 (file)
@@ -98,8 +98,7 @@ avl_tree_rebalance_after_insert(struct avl_tree_node **root_ptr,
  *     Comparison callback.  Must return < 0, 0, or > 0 if the first argument
  *     is less than, equal to, or greater than the second argument,
  *     respectively.  The first argument will be @cmp_ctx and the second
- *     argument will be a pointer to the AVL tree node contained in the item
- *     inserted into the AVL tree.
+ *     argument will be a pointer to the AVL tree node of an item in the tree.
  *
  * Returns a pointer to the AVL tree node embedded in the resulting item, or
  * NULL if the item was not found.