projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28bc44d
)
fs/binfmt_elf.c: spello fix
author
Ohad Ben-Cohen
<ohad@bencohen.org>
Sun, 3 Feb 2008 16:05:15 +0000
(18:05 +0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sun, 3 Feb 2008 16:05:15 +0000
(18:05 +0200)
s/litle/little
Signed-off-by: Ohad Ben-Cohen <ohad@bencohen.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
fs/binfmt_elf.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/binfmt_elf.c
b/fs/binfmt_elf.c
index 18ed6dd906c150208a4beb9230676a5a95de06d6..4628c42ca892ef9248dc7a6dc0f1ed2134211de6 100644
(file)
--- a/
fs/binfmt_elf.c
+++ b/
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 lit
t
le clearer */
#ifdef CONFIG_STACK_GROWSUP
#define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items))
#define STACK_ROUND(sp, items) \