summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction/transaction_participant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/transaction/transaction_participant.h')
-rw-r--r--src/mongo/db/transaction/transaction_participant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/transaction/transaction_participant.h b/src/mongo/db/transaction/transaction_participant.h
index 152637db865..c550e737281 100644
--- a/src/mongo/db/transaction/transaction_participant.h
+++ b/src/mongo/db/transaction/transaction_participant.h
@@ -1008,7 +1008,7 @@ public:
* | | Commit/ | Other Txn | | |
* | | Abort Cmd | Cmds | | |
* | |-----------------------| | |
- * |acquireTicket | kSkip | kNoSkip | kNoSkip | kNoSkip |
+ * |acquireTicket | kSkip | kNoSkip | kNoSkip | kSkip |
* |----------------|-----------------------|---------------|------------------|
* |maxLockTimeout | kAllowed | kNotAllowed | kNotAllowed |
* -----------------------------------------------------------------------------