]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
exec: Fix spelling of search_binary_handler in a comment
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 19 Mar 2020 22:16:12 +0000 (17:16 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 9 May 2020 14:06:40 +0000 (09:06 -0500)
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>
fs/exec.c

index d4387bc92292f13cff71be3e99e2fbfea0d91ef7..82106241ed53104839e4a8621f49e9c973d5f784 100644 (file)
--- 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)
 {