summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <mjc@wiredtiger.com>2013-12-07 18:19:40 +1100
committerMichael Cahill <mjc@wiredtiger.com>2013-12-07 18:19:40 +1100
commit45abf34a7d31325ac14c138b59fbc043c4042344 (patch)
tree7bcbe70edfdc3f9cfe8e630a8980ad7453699dbd
parent2c744f28427dbaec3c871001fd34b23778cd0970 (diff)
downloadmongo-45abf34a7d31325ac14c138b59fbc043c4042344.tar.gz
comment spelling / wording
-rw-r--r--src/txn/txn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txn/txn.c b/src/txn/txn.c
index 37a049c8d54..08eeffd6dff 100644
--- a/src/txn/txn.c
+++ b/src/txn/txn.c
@@ -104,7 +104,7 @@ __wt_txn_refresh(WT_SESSION_IMPL *session, uint64_t max_id, int get_snapshot)
prev_oldest_id = txn_global->oldest_id;
current_id = snap_min = txn_global->current;
- /* For pure read-only workloads, avoid contenting for shared state. */
+ /* For pure read-only workloads, avoid updates to shared state. */
if (!get_snapshot) {
/*
* If we are trying to update the oldest ID and it is already