blob: 6cbb80c42cc001f9c86e03e35d438200df394932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
From a9f9a32c43ae8964abc3c34823bf1fe72a8ddc38 Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Mon, 13 Apr 2015 16:27:25 +0200
Subject: [PATCH gnumach 9/9] kern: fix comment
* kern/rbtree.h: Fix comment.
---
kern/rbtree.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kern/rbtree.h b/kern/rbtree.h
index 4ee0e15..16ef273 100644
--- a/kern/rbtree.h
+++ b/kern/rbtree.h
@@ -174,8 +174,8 @@ MACRO_END
* This macro performs a standard lookup to obtain the insertion point of
* the given node in the tree (it is assumed that the inserted node never
* compares equal to any other entry in the tree) and links the node. It
- * then It then checks red-black rules violations, and rebalances the tree
- * if necessary.
+ * then checks red-black rules violations, and rebalances the tree if
+ * necessary.
*
* Unlike rbtree_lookup(), the cmp_fn parameter must compare two complete
* entries, so it is suggested to use two different comparison inline
--
2.1.4
|