diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-06-14 09:59:37 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-06-14 09:59:37 -0400 |
commit | 896797a8a4d29839fdf1ed2b2523647d4a8b3246 (patch) | |
tree | 4626fc20b2475e10055f6db13dabb6d9031a007a /ext | |
parent | 246cfa2541b2583e90afee71a62aea3c5d3bfc74 (diff) | |
download | mongo-896797a8a4d29839fdf1ed2b2523647d4a8b3246.tar.gz |
Whitespace: 3 spaces after a period in a comment.
Sorry, but it just bugged me.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/compressors/bzip2/bzip2_compress.c | 2 | ||||
-rw-r--r-- | ext/datasources/helium/helium.c | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ext/compressors/bzip2/bzip2_compress.c b/ext/compressors/bzip2/bzip2_compress.c index 6cd53aba5d2..ab96ebc5df2 100644 --- a/ext/compressors/bzip2/bzip2_compress.c +++ b/ext/compressors/bzip2/bzip2_compress.c @@ -232,7 +232,7 @@ bzip2_compress_raw(WT_COMPRESSOR *compressor, WT_SESSION *session, * it's a small number of slots, we're not going to take them because * they aren't worth compressing. In all likelihood, that's going to * be because the btree is wrapping up a page, but that's OK, that is - * going to happen a lot. In addition, add a 2% chance of not taking + * going to happen a lot. In addition, add a 2% chance of not taking * anything at all just because we don't want to take it. Otherwise, * select between 80 and 100% of the slots and compress them, stepping * down by 5 slots at a time until something works. diff --git a/ext/datasources/helium/helium.c b/ext/datasources/helium/helium.c index 2b7cb5f7d4c..208f54f75d8 100644 --- a/ext/datasources/helium/helium.c +++ b/ext/datasources/helium/helium.c @@ -1153,7 +1153,7 @@ skip_deleted: * are making two calls and returning the best choice. As each call * overwrites both key and value, we have to have a copy of the key * for the second call plus the returned key and value from the first - * call. That's why each cursor has 3 temporary buffers. + * call. That's why each cursor has 3 temporary buffers. * * First, copy the key. */ @@ -1190,7 +1190,7 @@ skip_deleted: cache_rm = 1; /* - * Copy the cache key. If the cache's entry wasn't a delete, + * Copy the cache key. If the cache's entry wasn't a delete, * copy the value as well, we may return the cache entry. */ if (cursor->t2.mem_len < r->key_len) { @@ -1575,7 +1575,7 @@ update(WT_CURSOR *wtcursor, int remove_op) /* * If overwrite is false, no entry (or a removed entry), is an - * error. We're done checking if there is a visible entry in + * error. We're done checking if there is a visible entry in * the cache, otherwise repeat the check on the primary store. */ if (cache_value_visible(wtcursor, &cp)) { @@ -3073,8 +3073,8 @@ helium_source_open_txn(DATA_SOURCE *ds) /* * If we didn't find a transaction store, open a transaction store in - * the first Helium source we loaded. (It could just as easily be - * the last one we loaded, we're just picking one, but picking the first + * the first Helium source we loaded. (It could just as easily be the + * last one we loaded, we're just picking one, but picking the first * seems slightly less likely to make people wonder.) */ if ((hs = hs_txn) == NULL) { |