diff options
author | Alexey Klimov <alexey.klimov@linaro.org> | 2015-09-05 19:13:34 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-09-13 16:38:50 -0400 |
commit | 121e0248bdae1ddaebc26ef32975c3ac1692995e (patch) | |
tree | d9a3edeeca79700aa49c291e1464a5d0e3cdfbe6 /Documentation/rbtree.txt | |
parent | 68f86662380c343317325c024d6a35221f1908ac (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.txt | 2 |
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 | |||
203 | and erasing nodes. | 203 | and erasing nodes. |
204 | 204 | ||
205 | C files implementing augmented rbtree manipulation must include | 205 | C 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 |
207 | linux/rbtree_augmented.h exposes some rbtree implementations details | 207 | linux/rbtree_augmented.h exposes some rbtree implementations details |
208 | you are not expected to rely on; please stick to the documented APIs | 208 | you are not expected to rely on; please stick to the documented APIs |
209 | there and do not include <linux/rbtree_augmented.h> from header files | 209 | there and do not include <linux/rbtree_augmented.h> from header files |