Fix a comment.

This commit is contained in:
John Baldwin 2007-05-18 15:05:41 +00:00
parent c91fcee75d
commit da7d0d1e24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169676

View File

@ -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)