summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-01-13 16:40:57 +0000
committerKeith Bostic <keith@wiredtiger.com>2015-01-13 16:40:57 +0000
commitdb8272e0b2260a7d5b15e8f87e247bd898b7fab9 (patch)
treeea88806d79d7d3778e69e8c4a8b93a51fa77229c
parent9c9def952053e7a524beeb872a69c3c71e04c2c5 (diff)
downloadmongo-db8272e0b2260a7d5b15e8f87e247bd898b7fab9.tar.gz
typo
-rw-r--r--src/btree/bt_split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_split.c b/src/btree/bt_split.c
index c876acfc1b5..393942362b4 100644
--- a/src/btree/bt_split.c
+++ b/src/btree/bt_split.c
@@ -189,7 +189,7 @@ __split_should_deepen(WT_SESSION_IMPL *session, WT_PAGE *page)
* Deepen the tree if the page's memory footprint is larger than the
* maximum size for a page in memory (presuambly putting eviction
* pressure on the cache). Additionally, ensure the page has enough
- * entries to make it worth splkitting, in the case of a set of large
+ * entries to make it worth splitting, in the case of a set of large
* keys, splitting won't help.
*/
return (