aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavidlohr Bueso <[email protected]>2017-09-08 23:15:12 +0000
committerLinus Torvalds <[email protected]>2017-09-09 01:26:49 +0000
commitf2686bb48618718c7141f117e2d607594e959bfc (patch)
tree7e6fda053348e1f64e35653788b46459f39c8da9
parentlib/interval_tree: fast overlap detection (diff)
downloadkernel-f2686bb48618718c7141f117e2d607594e959bfc.tar.gz
kernel-f2686bb48618718c7141f117e2d607594e959bfc.zip
lib/interval-tree: correct comment wrt generic flavor
interval_tree.h _is_ the generic flavor. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Davidlohr Bueso <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--include/linux/interval_tree_generic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interval_tree_generic.h b/include/linux/interval_tree_generic.h
index f096423c8cbd..1f97ce26cccc 100644
--- a/include/linux/interval_tree_generic.h
+++ b/include/linux/interval_tree_generic.h
@@ -33,7 +33,7 @@
* ITSTATIC: 'static' or empty
* ITPREFIX: prefix to use for the inline tree definitions
*
- * Note - before using this, please consider if non-generic version
+ * Note - before using this, please consider if generic version
* (interval_tree.h) would work for you...
*/