mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 15:19:51 +00:00
fs/binfmt_elf.c: spello fix
s/litle/little Signed-off-by: Ohad Ben-Cohen <ohad@bencohen.org> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
28bc44d7d1
commit
09c6dd3c9d
@ -117,7 +117,7 @@ static int padzero(unsigned long elf_bss)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Let's use some macros to make this stack manipulation a litle clearer */
|
||||
/* Let's use some macros to make this stack manipulation a little clearer */
|
||||
#ifdef CONFIG_STACK_GROWSUP
|
||||
#define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items))
|
||||
#define STACK_ROUND(sp, items) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user