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/datasources | |
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/datasources')
-rw-r--r-- | ext/datasources/helium/helium.c | 10 |
1 files changed, 5 insertions, 5 deletions
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) { |