[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1602125965-31698-1-git-send-email-zhouzhouyi@gmail.com>
Date: Thu, 8 Oct 2020 02:59:25 +0000
From: Zhouyi Zhou <zhouzhouyi@...il.com>
To: naveen.n.rao@...ux.ibm.com, anil.s.keshavamurthy@...el.com,
davem@...emloft.net, mhiramat@...nel.org,
linux-kernel@...r.kernel.org
Cc: Zhouyi Zhou <zhouzhouyi@...il.com>
Subject: [PATCH] kprobes: Correct a type error in function kprobes_module_callback
There is a tiny type error in comment of function kprobes_module_callback.
Signed-off-by: Zhouyi Zhou <zhouzhouyi@...il.com>
---
kernel/kprobes.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index e995541..9d2042b 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -2432,7 +2432,7 @@ static int kprobes_module_callback(struct notifier_block *nb,
within_module_core((unsigned long)p->addr, mod))) {
/*
* The vaddr this probe is installed will soon
- * be vfreed buy not synced to disk. Hence,
+ * be vfreed but not synced to disk. Hence,
* disarming the breakpoint isn't needed.
*
* Note, this will also move any optimized probes
--
1.7.1
Powered by blists - more mailing lists