summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_turnstile.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-02-27 16:14:27 +0000
committerjhb <jhb@FreeBSD.org>2004-02-27 16:14:27 +0000
commitb23d8371fafb415e16a28cbade8b801b36c33a81 (patch)
tree47a8d7bf9536cf8a585460b043288a12b634193b /sys/kern/subr_turnstile.c
parentb7ab1db7c3f35010ff08fbf6932a3214742a464d (diff)
downloadFreeBSD-src-b23d8371fafb415e16a28cbade8b801b36c33a81.zip
FreeBSD-src-b23d8371fafb415e16a28cbade8b801b36c33a81.tar.gz
Clarify and tweak some comments.
Diffstat (limited to 'sys/kern/subr_turnstile.c')
-rw-r--r--sys/kern/subr_turnstile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index d198b94..e3a80d5 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -94,9 +94,9 @@ __FBSDID("$FreeBSD$");
* connected by ts_link entries is a per-thread list of all the turnstiles
* attached to locks that we own. This is used to fixup our priority when
* a lock is released. The other two lists use the ts_hash entries. The
- * first of these two is turnstile chain list that a turnstile is on when
- * it is attached to a lock. The second list to use ts_hash is the free
- * list hung off a turnstile that is attached to a lock.
+ * first of these two is the turnstile chain list that a turnstile is on
+ * when it is attached to a lock. The second list to use ts_hash is the
+ * free list hung off of a turnstile that is attached to a lock.
*
* Each turnstile contains two lists of threads. The ts_blocked list is
* a linked list of threads blocked on the turnstile's lock. The
OpenPOWER on IntegriCloud