Skip to content

Commit 13c432b

Browse files
committed
exec: Fix spelling of search_binary_handler in a comment
Link: https://lkml.kernel.org/r/[email protected] Reviewed-by: Kees Cook <[email protected]> Signed-off-by: "Eric W. Biederman" <[email protected]>
1 parent 7a60ef4 commit 13c432b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/exec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec)
12961296
* Calling this is the point of no return. None of the failures will be
12971297
* seen by userspace since either the process is already taking a fatal
12981298
* signal (via de_thread() or coredump), or will have SEGV raised
1299-
* (after exec_mmap()) by search_binary_handlers (see below).
1299+
* (after exec_mmap()) by search_binary_handler (see below).
13001300
*/
13011301
int begin_new_exec(struct linux_binprm * bprm)
13021302
{

0 commit comments

Comments
 (0)