summaryrefslogtreecommitdiff
path: root/src/btree/bt_ovfl.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-02-19 08:39:09 -0500
committerKeith Bostic <keith@wiredtiger.com>2013-02-19 08:39:09 -0500
commit0152c64fdca1f73f9e4b1f2d81b9ff9f2f3ff8e4 (patch)
tree548391134f39a47188651d30ed45610d3078119f /src/btree/bt_ovfl.c
parent1762e4b1229e6e0ffc011348a61f827b13d0632d (diff)
downloadmongo-0152c64fdca1f73f9e4b1f2d81b9ff9f2f3ff8e4.tar.gz
Typo
Diffstat (limited to 'src/btree/bt_ovfl.c')
-rw-r--r--src/btree/bt_ovfl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_ovfl.c b/src/btree/bt_ovfl.c
index 345ed82ada9..464d3e9cf1c 100644
--- a/src/btree/bt_ovfl.c
+++ b/src/btree/bt_ovfl.c
@@ -275,7 +275,7 @@ __wt_val_ovfl_cache(WT_SESSION_IMPL *session,
* a snapshot transaction after the item was deleted from a page that's
* subsequently been checkpointed, where the checkpoint must know about
* the freed blocks. We don't have any way to delay a free of the
- * underlying blocks until a particular set of transactions exit(and
+ * underlying blocks until a particular set of transactions exit (and
* this isn't a common scenario), so cache the overflow value in memory.
*
* This gets hard because the snapshot transaction reader might: