diff options
Diffstat (limited to 'arch/powerpc/kernel/kprobes.c')
-rw-r--r-- | arch/powerpc/kernel/kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.c index 989edcdf0297..c9329786073b 100644 --- a/arch/powerpc/kernel/kprobes.c +++ b/arch/powerpc/kernel/kprobes.c | |||
@@ -317,7 +317,7 @@ static int __kprobes trampoline_probe_handler(struct kprobe *p, | |||
317 | /* | 317 | /* |
318 | * It is possible to have multiple instances associated with a given | 318 | * It is possible to have multiple instances associated with a given |
319 | * task either because an multiple functions in the call path | 319 | * task either because an multiple functions in the call path |
320 | * have a return probe installed on them, and/or more then one return | 320 | * have a return probe installed on them, and/or more than one return |
321 | * return probe was registered for a target function. | 321 | * return probe was registered for a target function. |
322 | * | 322 | * |
323 | * We can handle this because: | 323 | * We can handle this because: |