[PATCH] kprobes: fix typo in comment

From: Julia Lawall
Date: Sat May 21 2022 - 07:18:46 EST


Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>

---
kernel/kprobes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index dd58c0be9ce2..4721b76e61a1 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -651,7 +651,7 @@ void wait_for_kprobe_optimizer(void)
while (!list_empty(&optimizing_list) || !list_empty(&unoptimizing_list)) {
mutex_unlock(&kprobe_mutex);

- /* This will also make 'optimizing_work' execute immmediately */
+ /* This will also make 'optimizing_work' execute immediately */
flush_delayed_work(&optimizing_work);
/* 'optimizing_work' might not have been queued yet, relax */
cpu_relax();