summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-11-20 23:27:32 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-11-20 23:27:32 +1100
commit56ac65b9c040c5dfd9ccd96f827f5dd231a79d64 (patch)
treec62d32bcf53d875bfb3fb56c1ad761c8e35872ce
parentc4cd51ef491e8462752fc2468213c15804b5d0b9 (diff)
downloadmongo-56ac65b9c040c5dfd9ccd96f827f5dd231a79d64.tar.gz
typo
-rw-r--r--src/bloom/bloom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bloom/bloom.c b/src/bloom/bloom.c
index 796461230b7..8fa613b2ac9 100644
--- a/src/bloom/bloom.c
+++ b/src/bloom/bloom.c
@@ -250,7 +250,7 @@ __wt_bloom_hash_get(WT_BLOOM *bloom, WT_BLOOM_HASH *bhash)
result = 0;
for (i = 0; i < bloom->k; i++, h1 += h2) {
/*
- * Add 1 to the hash because Wired Tiger tables are 1 based and
+ * Add 1 to the hash because WiredTiger tables are 1 based and
* the original bitstring array was 0 based.
*/
c->set_key(c, (h1 % bloom->m) + 1);