summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-12 14:55:45 +0000
committerjhb <jhb@FreeBSD.org>2003-11-12 14:55:45 +0000
commitb996af9fb8f432a4c5f46c8e324a9f8fb654cb1f (patch)
treeb0954a7b9c07df90b61eeddd3f31dd89e0868d15 /sys/kern
parent6ff7075a1e844d1da26fcac48da38a9796e545ea (diff)
downloadFreeBSD-src-b996af9fb8f432a4c5f46c8e324a9f8fb654cb1f.zip
FreeBSD-src-b996af9fb8f432a4c5f46c8e324a9f8fb654cb1f.tar.gz
Fix a typo in a comment.
Submitted by: das
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_turnstile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index d39768e..4596960 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -50,7 +50,7 @@
* that thread. When a thread blocks on a lock, if it is the first thread
* to block, it lends its turnstile to the lock. If the lock already has
* a turnstile, then it gives its turnstile to the lock's turnstile's free
- * list. When a thread is woken up, it takes a thread from the free list
+ * list. When a thread is woken up, it takes a turnstile from the free list
* if there are any other waiters. If it is the only thread blocked on the
* lock, then it reclaims the turnstile associated with the lock and removes
* it from the hash table.
OpenPOWER on IntegriCloud