diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2020-03-19 17:16:12 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2020-05-09 09:06:40 -0500 |
commit | 13c432b51449dcdcfa0350fb87250b1dbd1fbd12 (patch) | |
tree | a0717b334366d2c6379fa1148850e9442046c03a /fs/exec.c | |
parent | 7a60ef4803d5442804d75095627e81602ff23331 (diff) | |
download | linux-13c432b51449dcdcfa0350fb87250b1dbd1fbd12.tar.gz |
exec: Fix spelling of search_binary_handler in a comment
Link: https://lkml.kernel.org/r/87h7wq6zc1.fsf_-_@x220.int.ebiederm.org
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.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 d4387bc92292..82106241ed53 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -1296,7 +1296,7 @@ void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec) * Calling this is the point of no return. None of the failures will be * seen by userspace since either the process is already taking a fatal * signal (via de_thread() or coredump), or will have SEGV raised - * (after exec_mmap()) by search_binary_handlers (see below). + * (after exec_mmap()) by search_binary_handler (see below). */ int begin_new_exec(struct linux_binprm * bprm) { |