From: Ohad Ben-Cohen Date: Sun, 3 Feb 2008 16:05:15 +0000 (+0200) Subject: fs/binfmt_elf.c: spello fix X-Git-Tag: v2.6.25-rc1~1059^2~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c6dd3c9d99b63608dc77dc462d4a5a3785f620;p=linux-2.6 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 18ed6dd906..4628c42ca8 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) \