mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fs/binfmt_elf.c: spello fix
@ 2008-01-14 13:46 Ohad Ben-Cohen
  0 siblings, 0 replies; only message in thread
From: Ohad Ben-Cohen @ 2008-01-14 13:46 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

s/litle/little

Signed-off-by: Ohad Ben-Cohen <ohad@bencohen.org>
---
 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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-14 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-14 13:46 [PATCH] fs/binfmt_elf.c: spello fix Ohad Ben-Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®