Skip to content

Commit

Permalink
documentation: fix small typo in rbtree.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Klimov <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
Alexey Klimov authored and Jonathan Corbet committed Sep 13, 2015
1 parent 68f8666 commit 121e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/rbtree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 121e024

Please sign in to comment.