summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_exec.c
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>2000-11-10 15:33:02 +0000
committerprovos <provos@openbsd.org>2000-11-10 15:33:02 +0000
commitfee881f60039b749867601538216dcdfffa1812a (patch)
tree9ce22902221905f46faf8df68c40180e6d195d77 /sys/compat/linux/linux_exec.c
parent- Prefer COMPATIBILITY section after SEE ALSO section. (diff)
downloadwireguard-openbsd-fee881f60039b749867601538216dcdfffa1812a.tar.xz
wireguard-openbsd-fee881f60039b749867601538216dcdfffa1812a.zip
seperate -> separate, okay aaron@
Diffstat (limited to 'sys/compat/linux/linux_exec.c')
-rw-r--r--sys/compat/linux/linux_exec.c4
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.
*