]> Git Repo - linux.git/commitdiff
exec: Fix a spelling mistake
authorZhang Jiaming <[email protected]>
Wed, 29 Jun 2022 07:29:32 +0000 (15:29 +0800)
committerKees Cook <[email protected]>
Fri, 1 Jul 2022 22:06:14 +0000 (15:06 -0700)
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]
fs/exec.c

index 347e8f55bc2bbddb642a6229a8fa6e86352a93ac..0fc56c70c870f0f9e3550a26bbc79d28796b2572 100644 (file)
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -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);
This page took 0.065605 seconds and 4 git commands to generate.