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

exec: Fix a spelling mistake

Change 'wont't' to 'won't'.
Signed-off-by: default avatarZhang Jiaming <jiaming@nfschina.com>
Reviewed-by: default avatarSouptick Joarder (HPE) <jrdr.linux@gmail.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220629072932.27506-1-jiaming@nfschina.com
parent 6342140d
...@@ -1156,7 +1156,7 @@ static int de_thread(struct task_struct *tsk) ...@@ -1156,7 +1156,7 @@ static int de_thread(struct task_struct *tsk)
/* /*
* We are going to release_task()->ptrace_unlink() silently, * We are going to release_task()->ptrace_unlink() silently,
* the tracer can sleep in do_wait(). EXIT_DEAD guarantees * 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)) if (unlikely(leader->ptrace))
__wake_up_parent(leader, leader->parent); __wake_up_parent(leader, leader->parent);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment