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 6c27679ec6aa..a116e6d5726c 100644 --- a/arch/x86/kernel/kprobes.c +++ b/arch/x86/kernel/kprobes.c | |||
@@ -694,7 +694,7 @@ static __used __kprobes void *trampoline_handler(struct pt_regs *regs) | |||
694 | /* | 694 | /* |
695 | * It is possible to have multiple instances associated with a given | 695 | * It is possible to have multiple instances associated with a given |
696 | * task either because multiple functions in the call path have | 696 | * task either because multiple functions in the call path have |
697 | * return probes installed on them, and/or more then one | 697 | * return probes installed on them, and/or more than one |
698 | * return probe was registered for a target function. | 698 | * return probe was registered for a target function. |
699 | * | 699 | * |
700 | * We can handle this because: | 700 | * We can handle this because: |