summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-06-06 08:38:15 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-06-06 08:38:15 -0400
commitff1379bdb817f63275338b91c68a82ce7b7ff34a (patch)
tree9758daabeacd688edefbeec079c46c8e350eed62
parent34fcb45183d6e423b41291a8de67a625cd55ad09 (diff)
downloadmongo-ff1379bdb817f63275338b91c68a82ce7b7ff34a.tar.gz
Update spelling list.
-rw-r--r--src/lsm/lsm_merge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lsm/lsm_merge.c b/src/lsm/lsm_merge.c
index 59ec88b963c..9474b37d329 100644
--- a/src/lsm/lsm_merge.c
+++ b/src/lsm/lsm_merge.c
@@ -289,8 +289,8 @@ __wt_lsm_merge(
/*
* Open a handle on the new chunk before application threads attempt
- * to access it. Opening the handle causes internal pages to be
- * preloaded into file system cache.
+ * to access it. Opening the pre-loads internal pages into the file
+ * system cache.
*/
cfg[1] = "checkpoint=WiredTigerCheckpoint";
WT_ERR(__wt_open_cursor(session, chunk->uri, NULL, cfg, &dest));