aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
diff options
context:
space:
mode:
authorQiujun Huang <hqjagain@gmail.com>2020-03-05 15:21:07 +0100
committerPaul E. McKenney <paulmck@kernel.org>2020-03-25 09:56:00 -0700
commite7b34100500733f7e052ce3dee94e6338b86e6bc (patch)
tree250f31c74ef0e6701a76a4d490cd9fcd7b1dd589 /kernel/kcsan
parent44656d3dc4f0dc20010d054f27397a4a1469fabf (diff)
downloadlinux-e7b34100500733f7e052ce3dee94e6338b86e6bc.tar.gz
kcsan: Fix a typo in a comment
s/slots slots/slots/ Signed-off-by: Qiujun Huang <hqjagain@gmail.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> [elver: commit message] Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/kcsan')
-rw-r--r--kernel/kcsan/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kcsan/core.c b/kernel/kcsan/core.c
index eb30ecdc8c0092..ee8200835b6078 100644
--- a/kernel/kcsan/core.c
+++ b/kernel/kcsan/core.c
@@ -45,7 +45,7 @@ static DEFINE_PER_CPU(struct kcsan_ctx, kcsan_cpu_ctx) = {
};
/*
- * Helper macros to index into adjacent slots slots, starting from address slot
+ * Helper macros to index into adjacent slots, starting from address slot
* itself, followed by the right and left slots.
*
* The purpose is 2-fold: