summaryrefslogtreecommitdiff
path: root/src/btree/bt_ovfl.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-10-20 20:54:44 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-10-20 20:54:44 -0400
commite5688d473f0753de96e0eebad8135b5df3ed8d2d (patch)
tree043a4bb78f5b9cff3f23df1875efa10fb4bcf779 /src/btree/bt_ovfl.c
parent83b3c7cf7cce39541184e6659baae830d09439ae (diff)
downloadmongo-e5688d473f0753de96e0eebad8135b5df3ed8d2d.tar.gz
Fix a comment.
Diffstat (limited to 'src/btree/bt_ovfl.c')
-rw-r--r--src/btree/bt_ovfl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/btree/bt_ovfl.c b/src/btree/bt_ovfl.c
index 3304eb5deb5..77436256e2f 100644
--- a/src/btree/bt_ovfl.c
+++ b/src/btree/bt_ovfl.c
@@ -197,9 +197,7 @@ __wt_ovfl_cache(WT_SESSION_IMPL *session,
/*
* Check for a globally visible update. If there is a globally visible
* update, we don't need to cache the item because it's not possible for
- * a thread to be in the process of searching for an item and then have
- * a globally visible update added logically before its location in the
- * change set.
+ * a running thread to have moved past it.
*/
switch (page->type) {
case WT_PAGE_COL_VAR: