summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sx.c')
-rw-r--r--sys/kern/kern_sx.c4
1 files changed, 2 insertions, 2 deletions
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)
OpenPOWER on IntegriCloud