[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tkrat.291d813247122b95@bencohen.org>
Date: Mon, 14 Jan 2008 15:46:48 +0200 (IST)
From: Ohad Ben-Cohen <ohad@...cohen.org>
To: trivial@...nel.org
cc: linux-kernel@...r.kernel.org
Subject: [PATCH] fs/binfmt_elf.c: spello fix
s/litle/little
Signed-off-by: Ohad Ben-Cohen <ohad@...cohen.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists