summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-11-13 17:38:48 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-11-13 17:38:48 -0500
commit70c588d6f96ad32d4f3e8c8d87a54942b92bc51e (patch)
tree4f83b51ab3886f896fca463de6836ce26f6e9bf2
parent77fde0a4c61756c91598f2c6c448e2531f04f8b6 (diff)
downloadmongo-70c588d6f96ad32d4f3e8c8d87a54942b92bc51e.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 281d186df93..8ce15ddb063 100644
--- a/src/btree/bt_split.c
+++ b/src/btree/bt_split.c
@@ -311,7 +311,7 @@ __split_ref_move(WT_SESSION_IMPL *session, WT_PAGE *from_home,
/*
* Row-store keys: if it's not yet instantiated, instantiate it.
* If already instantiated, check for overflow cleanup (overflow
- * keys are always instantiated.
+ * keys are always instantiated).
*/
if ((ikey = __wt_ref_key_instantiated(ref)) == NULL) {
__wt_ref_key(from_home, ref, &key, &size);