summaryrefslogtreecommitdiff
path: root/src/include/mutex.h
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-09-28 01:54:26 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-09-28 01:54:26 +0000
commitb8d17a07e4e209756407a9ca30fe233d551aee84 (patch)
tree78d67dc5bd02a90d334f9713003edfedcbc8e2a6 /src/include/mutex.h
parentce1fc84bfe5914e0dd3cf9b715cece89ad684f88 (diff)
downloadmongo-b8d17a07e4e209756407a9ca30fe233d551aee84.tar.gz
lint
Diffstat (limited to 'src/include/mutex.h')
-rw-r--r--src/include/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/mutex.h b/src/include/mutex.h
index ed9f2b2aec0..cdcd2bd46b9 100644
--- a/src/include/mutex.h
+++ b/src/include/mutex.h
@@ -53,7 +53,7 @@ struct __wt_rwlock {
/*
* A light weight lock that can be used to replace spinlocks if fairness is
- * necessasry. Implements a ticket-based backoff spin lock.
+ * necessary. Implements a ticket-based back off spin lock.
*/
struct __wt_fair_lock {
uint16_t owner; /* Ticket number for current owner */