Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09c6dd3c authored by Ohad Ben-Cohen's avatar Ohad Ben-Cohen Committed by Adrian Bunk
Browse files

fs/binfmt_elf.c: spello fix



s/litle/little

Signed-off-by: default avatarOhad Ben-Cohen <ohad@bencohen.org>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 28bc44d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) \