Commit e7b34100 authored by Qiujun Huang's avatar Qiujun Huang Committed by Paul E. McKenney

kcsan: Fix a typo in a comment

s/slots slots/slots/
Signed-off-by: default avatarQiujun Huang <hqjagain@gmail.com>
Reviewed-by: default avatarNick Desaulniers <ndesaulniers@google.com>
[elver: commit message]
Signed-off-by: default avatarMarco Elver <elver@google.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 44656d3d
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment