2008-01-14 13:49:11

by Ohad Ben-Cohen

[permalink] [raw]
Subject: [PATCH] fs/binfmt_elf.c: spello fix

s/litle/little

Signed-off-by: Ohad Ben-Cohen <[email protected]>
---
fs/binfmt_elf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
index f0b3171..5465c63 100644
--- a/fs/binfmt_elf.c
+++ b/fs/binfmt_elf.c
@@ -116,7 +116,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) \
--
1.4.4.2