From b996af9fb8f432a4c5f46c8e324a9f8fb654cb1f Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 12 Nov 2003 14:55:45 +0000 Subject: Fix a typo in a comment. Submitted by: das --- sys/kern/subr_turnstile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern') 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. -- cgit v1.1