diff options
author | Zhang Jiaming <jiaming@nfschina.com> | 2022-06-29 15:29:32 +0800 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2022-07-01 15:06:14 -0700 |
commit | 5036793d7dbd0b14aec51526441a50b01c7bf66d (patch) | |
tree | 143a844bf53ca60fc55caac253517f4c59ef7caa /fs/exec.c | |
parent | 6342140db6609a0c7d34f68c52b2947468e0e630 (diff) |
exec: Fix a spelling mistake
Change 'wont't' to 'won't'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Reviewed-by: Souptick Joarder (HPE) <jrdr.linux@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220629072932.27506-1-jiaming@nfschina.com
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c index 347e8f55bc2b..0fc56c70c870 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); |