lib/rbtree.c: fix typo in comment of rb_insert_augmented()
authorWei Yang <richard.weiyang@gmail.com>
Tue, 30 Oct 2018 22:05:42 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Oct 2018 15:54:13 +0000 (08:54 -0700)
commit7e5ca363a5a1ec42c54dc1e0644b361a2daf984c
tree643b81b36e83eb0e2eeb3efd6b14a387978fd9a4
parent7f476715d05f53915f0390e074a6988ce6a12f36
lib/rbtree.c: fix typo in comment of rb_insert_augmented()

The function name in the comment is not correct.

Link: http://lkml.kernel.org/r/20181010021344.60433-1-richard.weiyang@gmail.com
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/rbtree_augmented.h