summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2007-04-10 17:47:52 +0000
committermiod <miod@openbsd.org>2007-04-10 17:47:52 +0000
commit0f1683a6cf238b3bcb0751de160eac08216b3072 (patch)
treed3761b82b9c47234d8299ff041d7d58ce7927ccf /sys/kern/sys_process.c
parentwhen kevent fails, the errno is a lot more interesting to print than -1 (diff)
downloadwireguard-openbsd-0f1683a6cf238b3bcb0751de160eac08216b3072.tar.xz
wireguard-openbsd-0f1683a6cf238b3bcb0751de160eac08216b3072.zip
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/kern/sys_process.c')
-rw-r--r--sys/kern/sys_process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c
index 188c581983d..748e07bf99f 100644
--- a/sys/kern/sys_process.c
+++ b/sys/kern/sys_process.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_process.c,v 1.38 2007/03/15 10:22:30 art Exp $ */
+/* $OpenBSD: sys_process.c,v 1.39 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: sys_process.c,v 1.55 1996/05/15 06:17:47 tls Exp $ */
/*-
@@ -147,7 +147,7 @@ sys_ptrace(struct proc *p, void *v, register_t *retval)
* [Note: once P_SUGID or P_SUGIDEXEC gets set in
* execve(), they stay set until the process does
* another execve(). Hence this prevents a setuid
- * process which revokes it's special privileges using
+ * process which revokes its special privileges using
* setuid() from being traced. This is good security.]
*/
if ((t->p_cred->p_ruid != p->p_cred->p_ruid ||