From: Randy Dunlap <[email protected]> Drop the doubled word "the" in a comment.
Signed-off-by: Randy Dunlap <[email protected]> Cc: Oleg Nesterov <[email protected]> --- include/linux/ptrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/linux/ptrace.h +++ linux-next-20200714/include/linux/ptrace.h @@ -171,7 +171,7 @@ static inline void ptrace_event(int even * * Check whether @event is enabled and, if so, report @event and @pid * to the ptrace parent. @pid is reported as the pid_t seen from the - * the ptrace parent's pid namespace. + * ptrace parent's pid namespace. * * Called without locks. */

