summaryrefslogtreecommitdiffstats
path: root/Documentation/rbtree.txt
diff options
context:
space:
mode:
authorAlexey Klimov <alexey.klimov@linaro.org>2015-09-05 19:13:34 -0400
committerJonathan Corbet <corbet@lwn.net>2015-09-13 16:38:50 -0400
commit121e0248bdae1ddaebc26ef32975c3ac1692995e (patch)
treed9a3edeeca79700aa49c291e1464a5d0e3cdfbe6 /Documentation/rbtree.txt
parent68f86662380c343317325c024d6a35221f1908ac (diff)
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 39873ef41bf9..b9d9cc57be18 100644
--- a/Documentation/rbtree.txt
+++ b/Documentation/rbtree.txt
@@ -203,7 +203,7 @@ functions with the user provided augmentation callback when inserting
203and erasing nodes. 203and erasing nodes.
204 204
205C files implementing augmented rbtree manipulation must include 205C files implementing augmented rbtree manipulation must include
206<linux/rbtree_augmented.h> instead of <linus/rbtree.h>. Note that 206<linux/rbtree_augmented.h> instead of <linux/rbtree.h>. Note that
207linux/rbtree_augmented.h exposes some rbtree implementations details 207linux/rbtree_augmented.h exposes some rbtree implementations details
208you are not expected to rely on; please stick to the documented APIs 208you are not expected to rely on; please stick to the documented APIs
209there and do not include <linux/rbtree_augmented.h> from header files 209there and do not include <linux/rbtree_augmented.h> from header files