Skip to content

Commit

Permalink
fs/binfmt_elf.c: spello fix
Browse files Browse the repository at this point in the history
s/litle/little

Signed-off-by: Ohad Ben-Cohen <ohad@bencohen.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Ohad Ben-Cohen authored and Adrian Bunk committed Feb 3, 2008
1 parent 28bc44d commit 09c6dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/binfmt_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 little clearer */
#ifdef CONFIG_STACK_GROWSUP
#define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items))
#define STACK_ROUND(sp, items) \
Expand Down

0 comments on commit 09c6dd3

Please sign in to comment.