summaryrefslogtreecommitdiffstats
path: root/include/linux/rbtree.h
diff options
context:
space:
mode:
authorJohn de la Garza2015-02-17 22:46:04 +0100
committerLinus Torvalds2015-02-17 23:34:52 +0100
commit7647f14fe4cd98151f8e90656c01fe61044de714 (patch)
tree850c8b52c02f7cf07e0c8b6dc7d716da8991677b /include/linux/rbtree.h
parentvmcore: fix PT_NOTE n_namesz, n_descsz overflow issue (diff)
downloadkernel-qcow2-linux-7647f14fe4cd98151f8e90656c01fe61044de714.tar.gz
kernel-qcow2-linux-7647f14fe4cd98151f8e90656c01fe61044de714.tar.xz
kernel-qcow2-linux-7647f14fe4cd98151f8e90656c01fe61044de714.zip
lib/rbtree.c: fix typo in comment
Signed-off-by: John de la Garza <john@jjdev.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/rbtree.h')
-rw-r--r--include/linux/rbtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h
index 57e75ae9910f..fb31765e935a 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) \