summaryrefslogtreecommitdiffstats
path: root/Documentation/rbtree.txt
diff options
context:
space:
mode:
authorAlexey Klimov <alexey.klimov@linaro.org>2015-09-06 02:13:34 +0300
committerJonathan Corbet <corbet@lwn.net>2015-09-13 14:38:50 -0600
commit121e0248bdae1ddaebc26ef32975c3ac1692995e (patch)
treed9a3edeeca79700aa49c291e1464a5d0e3cdfbe6 /Documentation/rbtree.txt
parent68f86662380c343317325c024d6a35221f1908ac (diff)
downloadlinux-0-day-121e0248bdae1ddaebc26ef32975c3ac1692995e.tar.gz
linux-0-day-121e0248bdae1ddaebc26ef32975c3ac1692995e.tar.xz
documentation: fix small typo in rbtree.txt
Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/rbtree.txt')
-rw-r--r--Documentation/rbtree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rbtree.txt b/Documentation/rbtree.txt
index 39873ef41bf9f..b9d9cc57be189 100644
--- a/Documentation/rbtree.txt
+++ b/Documentation/rbtree.txt
@@ -203,7 +203,7 @@ functions with the user provided augmentation callback when inserting
and erasing nodes.
C files implementing augmented rbtree manipulation must include
-<linux/rbtree_augmented.h> instead of <linus/rbtree.h>. Note that
+<linux/rbtree_augmented.h> instead of <linux/rbtree.h>. Note that
linux/rbtree_augmented.h exposes some rbtree implementations details
you are not expected to rely on; please stick to the documented APIs
there and do not include <linux/rbtree_augmented.h> from header files