summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-11-17 09:43:00 -0500
committerKeith Bostic <keith@wiredtiger.com>2013-11-17 09:43:00 -0500
commit2d4a2b0656929e425b0a9191a931cdd3478fbd1f (patch)
treebba363ecc4a11fe3ef9484bb8c4bc63cb8c97ccc
parent50344f6664775239cc12d4e266458b8779cbb23e (diff)
downloadmongo-2d4a2b0656929e425b0a9191a931cdd3478fbd1f.tar.gz
Spell rejects both "un-truncated" or "untruncated", who knew?
-rw-r--r--src/lsm/lsm_tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lsm/lsm_tree.c b/src/lsm/lsm_tree.c
index 9131cf0fcc7..0ff829cff28 100644
--- a/src/lsm/lsm_tree.c
+++ b/src/lsm/lsm_tree.c
@@ -829,8 +829,8 @@ err: if (locked)
/*
* Discard the LSM tree structure on error. This will force the
* LSM tree to be re-opened the next time it is accessed and
- * the last good version of the metadata will be used.
- * Resulting in a valid (un-truncated) tree.
+ * the last good version of the metadata will be used, resulting
+ * in a valid (not truncated) tree.
*/
WT_TRET(__lsm_tree_discard(session, lsm_tree));
}