From edf9ca49734618cf57caa77d4f3943bf81171efe Mon Sep 17 00:00:00 2001 From: Ohad Ben-Cohen Date: Sun, 3 Feb 2008 18:05:15 +0200 Subject: [PATCH] --- yaml --- r: 82807 b: refs/heads/master c: 09c6dd3c9d99b63608dc77dc462d4a5a3785f620 h: refs/heads/master i: 82805: aa591b4e2e0f449bd72ff82c6a15d741f8ef56d8 82803: 0764965631f5ade0e023932571ed2385e37da7a3 82799: 23ab2707d175b13c8126e8ab1d92039f2bde7a5a v: v3 --- [refs] | 2 +- trunk/fs/binfmt_elf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d9d08032bbc5..086b58be7578 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28bc44d7d1d967b8251214dd7a130d523b5ba5ee +refs/heads/master: 09c6dd3c9d99b63608dc77dc462d4a5a3785f620 diff --git a/trunk/fs/binfmt_elf.c b/trunk/fs/binfmt_elf.c index 18ed6dd906c1..4628c42ca892 100644 --- a/trunk/fs/binfmt_elf.c +++ b/trunk/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 little clearer */ #ifdef CONFIG_STACK_GROWSUP #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items)) #define STACK_ROUND(sp, items) \