patch-2.1.107 linux/fs/binfmt_elf.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/affs/super.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Jun 24 14:30:09 1998
- Orig file:
v2.1.106/linux/fs/binfmt_elf.c
- Orig date:
Sun Jun 7 11:16:35 1998
diff -u --recursive --new-file v2.1.106/linux/fs/binfmt_elf.c linux/fs/binfmt_elf.c
@@ -324,8 +324,8 @@
/*
* Now fill out the bss section. First pad the last page up
* to the page boundary, and then perform a mmap to make sure
- * that there are zeromapped pages up to and including the last
- * bss page.
+ * that there are zero-mapped pages up to and including the
+ * last bss page.
*/
padzero(elf_bss);
elf_bss = ELF_PAGESTART(elf_bss + ELF_EXEC_PAGESIZE - 1); /* What we have mapped so far */
@@ -1222,7 +1222,7 @@
notes[2].datasz = sizeof(*current);
notes[2].data = current;
- /* Try to dump the fpu. */
+ /* Try to dump the FPU. */
prstatus.pr_fpvalid = dump_fpu (regs, &fpu);
if (!prstatus.pr_fpvalid)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov