diff options
Diffstat (limited to 'sys/compat/linux/linux_exec.c')
-rw-r--r-- | sys/compat/linux/linux_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c index c16b4ad72f1..a71748d38d0 100644 --- a/sys/compat/linux/linux_exec.c +++ b/sys/compat/linux/linux_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_exec.c,v 1.13 1999/11/26 16:44:28 art Exp $ */ +/* $OpenBSD: linux_exec.c,v 1.14 2000/11/10 15:33:09 provos Exp $ */ /* $NetBSD: linux_exec.c,v 1.13 1996/04/05 00:01:10 christos Exp $ */ /* @@ -414,7 +414,7 @@ linux_elf_probe(p, epp, itp, pos, os) * * Yes, both text and data are mapped at once, so we're left with * writeable text for the shared libs. The Linux crt0 seemed to break - * sometimes when data was mapped seperately. It munmapped a uselib() + * sometimes when data was mapped separately. It munmapped a uselib() * of ld.so by hand, which failed with shared text and data for ld.so * Yuck. * |