summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-03-11 09:40:22 +0000
committerPalmer Dabbelt <palmerdabbelt@google.com>2021-03-16 21:19:40 -0700
commitbab1770a2ce00bf201c6ac5a013a7195db2e02b7 (patch)
tree7df723ffa65ae38d8bb4c09f5f73f46dc0b6d0cc /arch/x86
parent6e9070dc2e847ef77aa1c581252a1b97eb2225b9 (diff)
downloadlinux-bab1770a2ce00bf201c6ac5a013a7195db2e02b7.tar.gz
linux-bab1770a2ce00bf201c6ac5a013a7195db2e02b7.tar.bz2
linux-bab1770a2ce00bf201c6ac5a013a7195db2e02b7.zip
ftrace: Fix spelling mistake "disabed" -> "disabled"
There is a spelling mistake in a comment, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kernel/kprobes/ftrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kprobes/ftrace.c b/arch/x86/kernel/kprobes/ftrace.c
index 373e5fa3ce1f..51c7f5271aee 100644
--- a/arch/x86/kernel/kprobes/ftrace.c
+++ b/arch/x86/kernel/kprobes/ftrace.c
@@ -12,7 +12,7 @@
#include "common.h"
-/* Ftrace callback handler for kprobes -- called under preepmt disabed */
+/* Ftrace callback handler for kprobes -- called under preepmt disabled */
void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip,
struct ftrace_ops *ops, struct ftrace_regs *fregs)
{