summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Milkie <milkie@users.noreply.github.com>2017-01-04 15:24:13 -0500
committersueloverso <sue@mongodb.com>2017-01-04 15:24:13 -0500
commit4cde2ec263744da56807a84309d0f910c6ab2636 (patch)
tree6b15c7d28b8efbb603ed96462fbac37565582ca3
parent0f8cb7b38a85e1afe6c91d49222b8baab4525ad0 (diff)
downloadmongo-4cde2ec263744da56807a84309d0f910c6ab2636.tar.gz
WT-3109 correct named snapshots documentation (#3231)
-rw-r--r--src/docs/transactions.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/transactions.dox b/src/docs/transactions.dox
index bbbd2d52296..3b438eda366 100644
--- a/src/docs/transactions.dox
+++ b/src/docs/transactions.dox
@@ -141,7 +141,7 @@ as if the transaction started at the time of the WT_SESSION::snapshot
call that created the snapshot.
Named snapshots keep data pinned in cache as if a real transaction were
-running for the time that the named transaction is active. The resources
+running for the time that the named snapshot is active. The resources
associated with named snapshots should be released by calling
WT_SESSION::snapshot with a configuration that includes
<code>"drop="</code>. See WT_SESSION::snapshot documentation for details of