From: Zhang Jiaming Date: Wed, 29 Jun 2022 07:29:32 +0000 (+0800) Subject: exec: Fix a spelling mistake X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5036793d7dbd0b14aec51526441a50b01c7bf66d;p=linux.git exec: Fix a spelling mistake Change 'wont't' to 'won't'. Signed-off-by: Zhang Jiaming Reviewed-by: Souptick Joarder (HPE) Signed-off-by: Kees Cook Link: https://lore.kernel.org/r/20220629072932.27506-1-jiaming@nfschina.com --- diff --git a/fs/exec.c b/fs/exec.c index 347e8f55bc2bb..0fc56c70c870f 100644 --- 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);