* [PATCH] rbtree: fix typo in comment
@ 2014-12-16 4:22 John de la Garza
0 siblings, 0 replies; only message in thread
From: John de la Garza @ 2014-12-16 4:22 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm
Signed-off-by: John de la Garza <john@jjdev.com>
---
include/linux/rbtree.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h
index 57e75ae..fb31765 100644
--- a/include/linux/rbtree.h
+++ b/include/linux/rbtree.h
@@ -51,7 +51,7 @@ struct rb_root {
#define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL)
-/* 'empty' nodes are nodes that are known not to be inserted in an rbree */
+/* 'empty' nodes are nodes that are known not to be inserted in an rbtree */
#define RB_EMPTY_NODE(node) \
((node)->__rb_parent_color == (unsigned long)(node))
#define RB_CLEAR_NODE(node) \
--
2.1.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-16 4:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 4:22 [PATCH] rbtree: fix typo in comment John de la Garza
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox