From b12787f5fb03b5f8984a608fe5ea86042aa671b4 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 18 May 2007 15:05:41 +0000 Subject: Fix a comment. --- sys/kern/kern_sx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/kern_sx.c') diff --git a/sys/kern/kern_sx.c b/sys/kern/kern_sx.c index c6f87f3..9ecba95 100644 --- a/sys/kern/kern_sx.c +++ b/sys/kern/kern_sx.c @@ -96,8 +96,8 @@ __FBSDID("$FreeBSD$"); } while (0) /* - * Returns true if an exclusive lock is recursed. It curthread - * currently has an exclusive lock. + * Returns true if an exclusive lock is recursed. It assumes + * curthread currently has an exclusive lock. */ #define sx_recursed(sx) ((sx)->sx_recurse != 0) -- cgit v1.1