diff options
Diffstat (limited to 'debian/patches/0009-kern-fix-comment.patch')
-rw-r--r-- | debian/patches/0009-kern-fix-comment.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/patches/0009-kern-fix-comment.patch b/debian/patches/0009-kern-fix-comment.patch new file mode 100644 index 0000000..6cbb80c --- /dev/null +++ b/debian/patches/0009-kern-fix-comment.patch @@ -0,0 +1,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 + |