Signed-off-by: Andreas Gruenbacher <agruen@xxxxxxxxxx> --- Documentation/rbtree.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/rbtree.txt b/Documentation/rbtree.txt index 39873ef..108f785 100644 --- a/Documentation/rbtree.txt +++ b/Documentation/rbtree.txt @@ -212,8 +212,8 @@ such implementation details. On insertion, the user must update the augmented information on the path leading to the inserted node, then call rb_link_node() as usual and -rb_augment_inserted() instead of the usual rb_insert_color() call. -If rb_augment_inserted() rebalances the rbtree, it will callback into +rb_insert_augmented() instead of the usual rb_insert_color() call. +If rb_insert_augmented() rebalances the rbtree, it will callback into a user provided function to update the augmented information on the affected subtrees. -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html