Commit 5036793d authored by Zhang Jiaming's avatar Zhang Jiaming Committed by Kees Cook
Browse files

exec: Fix a spelling mistake

parent 6342140d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1156,7 +1156,7 @@ static int de_thread(struct task_struct *tsk)
		/*
		 * We are going to release_task()->ptrace_unlink() silently,
		 * the tracer can sleep in do_wait(). EXIT_DEAD guarantees
		 * the tracer wont't block again waiting for this thread.
		 * the tracer won't block again waiting for this thread.
		 */
		if (unlikely(leader->ptrace))
			__wake_up_parent(leader, leader->parent);