summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-12-22 16:41:41 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-12-22 16:41:56 -0500
commitd3bbe226381af870520d8f43f21f8e4b3b53559c (patch)
tree11e8a7d18bae8a8685413a8d23e492d5c6dad6ad
parenteb7f7a55beed8ecc0f0533740ae9e5be066cfb5b (diff)
downloadmongo-d3bbe226381af870520d8f43f21f8e4b3b53559c.tar.gz
Fix a comment.
-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 8623397d9bc..887544a7904 100644
--- a/src/btree/bt_split.c
+++ b/src/btree/bt_split.c
@@ -603,7 +603,7 @@ __split_root(WT_SESSION_IMPL *session, WT_PAGE *root)
* threads may be underneath us right now changing the structure
* state.) However, if the WT_REF structures reference on-page
* information, we have to fix that, because the disk image for
- * the page that has an page index entry for the WT_REF is about
+ * the page that has a page index entry for the WT_REF is about
* to change.
*/
child_pindex = WT_INTL_INDEX_GET_SAFE(child);