diff options
Diffstat (limited to 'arch/x86/kernel/kprobes.c')
-rw-r--r-- | arch/x86/kernel/kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kprobes.c b/arch/x86/kernel/kprobes.c index eead6f8f9218..884d985b8b82 100644 --- a/arch/x86/kernel/kprobes.c +++ b/arch/x86/kernel/kprobes.c | |||
@@ -695,7 +695,7 @@ static __used __kprobes void *trampoline_handler(struct pt_regs *regs) | |||
695 | /* | 695 | /* |
696 | * It is possible to have multiple instances associated with a given | 696 | * It is possible to have multiple instances associated with a given |
697 | * task either because multiple functions in the call path have | 697 | * task either because multiple functions in the call path have |
698 | * return probes installed on them, and/or more then one | 698 | * return probes installed on them, and/or more than one |
699 | * return probe was registered for a target function. | 699 | * return probe was registered for a target function. |
700 | * | 700 | * |
701 | * We can handle this because: | 701 | * We can handle this because: |