diff options
-rw-r--r-- | lib/rbtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbtree.c b/lib/rbtree.c index 65f4effd117f..c16c81a3d430 100644 --- a/lib/rbtree.c +++ b/lib/rbtree.c | |||
@@ -101,7 +101,7 @@ __rb_insert(struct rb_node *node, struct rb_root *root, | |||
101 | * / \ / \ | 101 | * / \ / \ |
102 | * p u --> P U | 102 | * p u --> P U |
103 | * / / | 103 | * / / |
104 | * n N | 104 | * n n |
105 | * | 105 | * |
106 | * However, since g's parent might be red, and | 106 | * However, since g's parent might be red, and |
107 | * 4) does not allow this, we need to recurse | 107 | * 4) does not allow this, we need to recurse |