summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_subr.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-11-14 18:00:27 +0000
committerjmc <jmc@openbsd.org>2006-11-14 18:00:27 +0000
commitd8a79e40f88ff6a2ce75d5e655dffda47994bf02 (patch)
tree0258886c02d7af1677da845d1a980a0ebed85a22 /sys/kern/exec_subr.c
parentimprove previous; (diff)
downloadwireguard-openbsd-d8a79e40f88ff6a2ce75d5e655dffda47994bf02.tar.xz
wireguard-openbsd-d8a79e40f88ff6a2ce75d5e655dffda47994bf02.zip
grammar, spelling, and style fixes from bret lambert;
kern_descrip.c change ok deraadt
Diffstat (limited to 'sys/kern/exec_subr.c')
-rw-r--r--sys/kern/exec_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_subr.c b/sys/kern/exec_subr.c
index b1c563bf5ac..0c8c28cde1d 100644
--- a/sys/kern/exec_subr.c
+++ b/sys/kern/exec_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_subr.c,v 1.27 2006/07/26 19:11:01 sturm Exp $ */
+/* $OpenBSD: exec_subr.c,v 1.28 2006/11/14 18:00:27 jmc Exp $ */
/* $NetBSD: exec_subr.c,v 1.9 1994/12/04 03:10:42 mycroft Exp $ */
/*
@@ -170,7 +170,7 @@ vmcmd_map_pagedvn(p, cmd)
struct exec_vmcmd *cmd;
{
/*
- * note that if you're going to map part of an process as being
+ * note that if you're going to map part of a process as being
* paged from a vnode, that vnode had damn well better be marked as
* VTEXT. that's handled in the routine which sets up the vmcmd to
* call this routine.