From: Ohad Ben-Cohen Date: Sun, 3 Feb 2008 16:05:15 +0000 (+0200) Subject: fs/binfmt_elf.c: spello fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09c6dd3c9d99b63608dc77dc462d4a5a3785f620;p=linux-beck.git fs/binfmt_elf.c: spello fix s/litle/little Signed-off-by: Ohad Ben-Cohen Signed-off-by: Adrian Bunk --- diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 18ed6dd906c1..4628c42ca892 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c @@ -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) \