summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-04-17 22:22:47 +0000
committerjhb <jhb@FreeBSD.org>2003-04-17 22:22:47 +0000
commitb09e86b5014747623ce8b347ba032a51ebc04af9 (patch)
tree7ebdff379d805634418e363635ccea4f14ae1caa /sys/kern/kern_exit.c
parent96015b90e08facc1325dfa510bbe7a265e0118bc (diff)
downloadFreeBSD-src-b09e86b5014747623ce8b347ba032a51ebc04af9.zip
FreeBSD-src-b09e86b5014747623ce8b347ba032a51ebc04af9.tar.gz
Adjust a few comments.
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index fc967e9..0339bb6 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -479,7 +479,7 @@ exit1(struct thread *td, int rv)
mtx_unlock(&Giant);
/*
- * We have to wait until after releasing all locks before
+ * We have to wait until after acquiring all locks before
* changing p_state. If we block on a mutex then we will be
* back at SRUN when we resume and our parent will never
* harvest us.
OpenPOWER on IntegriCloud