summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/session/session_compact.c
diff options
context:
space:
mode:
authorAlexander Gorrod <alexander.gorrod@mongodb.com>2015-06-26 05:32:26 +0000
committerAlexander Gorrod <alexander.gorrod@mongodb.com>2015-06-26 05:32:26 +0000
commit2f1b8b9a8a4754d08b730cc377f4b6a299f3ff43 (patch)
tree6b60321ab416de76877c47651aec988be592daba /src/third_party/wiredtiger/src/session/session_compact.c
parent8152573ed2eae299001b2e4d459c3caf4f8fe245 (diff)
downloadmongo-2f1b8b9a8a4754d08b730cc377f4b6a299f3ff43.tar.gz
Import wiredtiger-wiredtiger-2.6.1-132-gfbaf1cf.tar.gz from wiredtiger branch mongodb-3.2
Diffstat (limited to 'src/third_party/wiredtiger/src/session/session_compact.c')
-rw-r--r--src/third_party/wiredtiger/src/session/session_compact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/session/session_compact.c b/src/third_party/wiredtiger/src/session/session_compact.c
index d4fd52ec8bd..e9f1e3a5a97 100644
--- a/src/third_party/wiredtiger/src/session/session_compact.c
+++ b/src/third_party/wiredtiger/src/session/session_compact.c
@@ -49,7 +49,7 @@
* a named checkpoint, there is nothing we can do to compact the file, no
* matter how many times we rewrite the block, the named checkpoint can't be
* discarded and so the reference count on the original block will never go to
- * zero. What's worse, because the block manager doesn't reference count
+ * zero. What's worse, because the block manager doesn't reference count
* blocks, it can't easily know this is the case, and so we'll waste a lot of
* effort trying to compact files that can't be compacted.
*