summaryrefslogtreecommitdiff
path: root/src/block/block_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/block_ext.c')
-rw-r--r--src/block/block_ext.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/block/block_ext.c b/src/block/block_ext.c
index caafcc77c48..6d67a66be5f 100644
--- a/src/block/block_ext.c
+++ b/src/block/block_ext.c
@@ -1362,9 +1362,8 @@ __wt_block_extlist_truncate(
block->size = size;
/*
- * Truncate the file. The truncate might fail if there's a file mapping
- * (if there's an open checkpoint on the file), that's OK, we'll ignore
- * those blocks.
+ * Truncate the file. The truncate might fail, and that's OK, we simply
+ * ignore those blocks.
*/
WT_RET(__wt_verbose(session, WT_VERB_BLOCK,
"truncate file from %" PRIdMAX " to %" PRIdMAX,