Skip to content

Commit 5036793

Browse files
Zhang Jiamingkees
authored andcommitted
exec: Fix a spelling mistake
Change 'wont't' to 'won't'. Signed-off-by: Zhang Jiaming <[email protected]> Reviewed-by: Souptick Joarder (HPE) <[email protected]> Signed-off-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6342140 commit 5036793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/exec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ static int de_thread(struct task_struct *tsk)
11561156
/*
11571157
* We are going to release_task()->ptrace_unlink() silently,
11581158
* the tracer can sleep in do_wait(). EXIT_DEAD guarantees
1159-
* the tracer wont't block again waiting for this thread.
1159+
* the tracer won't block again waiting for this thread.
11601160
*/
11611161
if (unlikely(leader->ptrace))
11621162
__wake_up_parent(leader, leader->parent);

0 commit comments

Comments
 (0)