提交 09c6dd3c 编写于 作者: O Ohad Ben-Cohen 提交者: Adrian Bunk

fs/binfmt_elf.c: spello fix

s/litle/little
Signed-off-by: NOhad Ben-Cohen <ohad@bencohen.org>
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
上级 28bc44d7
...@@ -117,7 +117,7 @@ static int padzero(unsigned long elf_bss) ...@@ -117,7 +117,7 @@ static int padzero(unsigned long elf_bss)
return 0; 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 #ifdef CONFIG_STACK_GROWSUP
#define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items)) #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items))
#define STACK_ROUND(sp, items) \ #define STACK_ROUND(sp, items) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册