diff options
author | 2003-10-21 05:24:40 +0000 | |
---|---|---|
committer | 2003-10-21 05:24:40 +0000 | |
commit | 7df3bca832d97fdd898596a14458c8d0076b62eb (patch) | |
tree | ea8856d528a4371dbdd52d87415b4aebf8ef3ebe /sys/dev/systrace.c | |
parent | let it build even if depend stage gets skipped. (diff) | |
download | wireguard-openbsd-7df3bca832d97fdd898596a14458c8d0076b62eb.tar.xz wireguard-openbsd-7df3bca832d97fdd898596a14458c8d0076b62eb.zip |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/systrace.c')
-rw-r--r-- | sys/dev/systrace.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c index db645caef15..6faadffc21b 100644 --- a/sys/dev/systrace.c +++ b/sys/dev/systrace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: systrace.c,v 1.33 2003/10/08 16:30:01 sturm Exp $ */ +/* $OpenBSD: systrace.c,v 1.34 2003/10/21 05:24:40 jmc Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -1164,8 +1164,8 @@ systrace_attach(struct fsystrace *fst, pid_t pid) * * [Note: once P_SUGID gets set in execve(), it stays * set until the process does another execve(). Hence - * this prevents a setuid process which revokes it's - * special privilidges using setuid() from being + * this prevents a setuid process which revokes its + * special privileges using setuid() from being * traced. This is good security.] */ if ((proc->p_cred->p_ruid != p->p_cred->p_ruid || |