diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-11-13 17:21:00 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-11-13 17:21:00 -0500 |
commit | 0ecb6db44f16bd982931233d9c9cb476267de527 (patch) | |
tree | 8697726aa82ae46d092754ef952af0434117abcd | |
parent | 6f640c366ac18f62f70077b2cdfa7e87a44209ee (diff) | |
download | mongo-0ecb6db44f16bd982931233d9c9cb476267de527.tar.gz |
Fix a comment.
-rw-r--r-- | src/include/mutex.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/mutex.i b/src/include/mutex.i index 54a9cc6f9fd..843c4ad9350 100644 --- a/src/include/mutex.i +++ b/src/include/mutex.i @@ -329,7 +329,7 @@ __wt_fair_unlock(WT_SESSION_IMPL *session, WT_FAIR_LOCK *lock) #ifdef HAVE_DIAGNOSTIC /* * __wt_fair_islocked -- - * Test whether the lock is currently held + * Test whether the lock is currently held. */ static inline bool __wt_fair_islocked(WT_SESSION_IMPL *session, WT_FAIR_LOCK *lock) |