diff options
author | 2007-04-04 14:40:55 +0000 | |
---|---|---|
committer | 2007-04-04 14:40:55 +0000 | |
commit | ffecb4db31f6a2daba36add7f5b09a299c9c43fa (patch) | |
tree | bb8898f6a38003710364a0abf74abc85e2acdbff /sys | |
parent | Thinkpad -> ThinkPad; from Igor Sobrado (diff) | |
download | wireguard-openbsd-ffecb4db31f6a2daba36add7f5b09a299c9c43fa.tar.xz wireguard-openbsd-ffecb4db31f6a2daba36add7f5b09a299c9c43fa.zip |
oursleves -> ourselves
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_exit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index 16ffd97de5f..b7a2113d46b 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_exit.c,v 1.65 2007/04/04 14:34:56 pedro Exp $ */ +/* $OpenBSD: kern_exit.c,v 1.66 2007/04/04 14:40:55 pedro Exp $ */ /* $NetBSD: kern_exit.c,v 1.39 1996/04/22 01:38:25 christos Exp $ */ /* @@ -269,7 +269,7 @@ exit1(struct proc *p, int rv, int flags) } } - /* unlink oursleves from the active threads */ + /* unlink ourselves from the active threads */ TAILQ_REMOVE(&p->p_p->ps_threads, p, p_thr_link); #ifdef RTHREADS if (TAILQ_EMPTY(&p->p_p->ps_threads)) |