diff --git a/[refs] b/[refs] index d9d08032bbc5..086b58be7578 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28bc44d7d1d967b8251214dd7a130d523b5ba5ee +refs/heads/master: 09c6dd3c9d99b63608dc77dc462d4a5a3785f620 diff --git a/trunk/fs/binfmt_elf.c b/trunk/fs/binfmt_elf.c index 18ed6dd906c1..4628c42ca892 100644 --- a/trunk/fs/binfmt_elf.c +++ b/trunk/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) \