binfmt_elf: Correct `arch_check_elf's description

Correct `arch_check_elf's description, mistakenly copied and pasted from
`arch_elf_pt_proc'.

Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Maciej W. Rozycki 2015-10-26 15:47:57 +00:00 committed by Al Viro
parent 88a578d823
commit 54d15714f7
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ static inline int arch_elf_pt_proc(struct elfhdr *ehdr,
}
/**
* arch_check_elf() - check a PT_LOPROC..PT_HIPROC ELF program header
* arch_check_elf() - check an ELF executable
* @ehdr: The main ELF header
* @has_interp: True if the ELF has an interpreter, else false.
* @state: Architecture-specific state preserved throughout the process