Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

documentation: fix small typo in rbtree.txt

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Alexey Klimov and committed by
Jonathan Corbet
121e0248 68f86662

+1 -1
+1 -1
Documentation/rbtree.txt
··· 203 203 and erasing nodes. 204 204 205 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 207 linux/rbtree_augmented.h exposes some rbtree implementations details 208 208 you are not expected to rely on; please stick to the documented APIs 209 209 there and do not include <linux/rbtree_augmented.h> from header files