Commit 6dde7fdd authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix binfmt_flat typos

(Steven Cole)
parent 8d4e752c
...@@ -501,7 +501,7 @@ static int load_flat_file(struct linux_binprm * bprm, ...@@ -501,7 +501,7 @@ static int load_flat_file(struct linux_binprm * bprm,
extra = max(bss_len + stack_len, relocs * sizeof(unsigned long)); extra = max(bss_len + stack_len, relocs * sizeof(unsigned long));
/* /*
* there are a couple of cases here, the seperate code/data * there are a couple of cases here, the separate code/data
* case, and then the fully copied to RAM case which lumps * case, and then the fully copied to RAM case which lumps
* it all together. * it all together.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment