summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-06-05 09:04:42 -0400
committerKeith Bostic <keith@wiredtiger.com>2012-06-05 09:04:42 -0400
commitf5910ecb2fa49a41dfb04c6ea63774d7c533b301 (patch)
tree4d875e83c9fc204a6bef4d67f7da67e265b586f0
parent6564203c37d9afd597240193fff56a5bfd1fb81a (diff)
downloadmongo-f5910ecb2fa49a41dfb04c6ea63774d7c533b301.tar.gz
fix comment typo
-rw-r--r--src/block/block_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/block_ext.c b/src/block/block_ext.c
index fb15001b864..0a3caf8285d 100644
--- a/src/block/block_ext.c
+++ b/src/block/block_ext.c
@@ -471,7 +471,7 @@ __wt_block_off_free(
* required to manipulate the extent lists.
*
* We can reuse this extent immediately if it was allocated during this
- * snapshot, merge it into the avail list (which slows file growth in
+ * snapshot, merge it into the avail list (which slows file growth in
* workloads including repeated overflow record modification). If this
* extent is referenced in a previous snapshot, merge into the discard
* list.