summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-09-15 17:56:46 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2016-09-15 17:56:46 +1000
commite25414c050a90a598c380e898853e99e6910fb4c (patch)
tree9996fa150dcb0751c1d8ca146f219cf0a08fd84e
parent1c4d75fe92716950d50a05ddceda5b0cfbedbb17 (diff)
downloadmongo-e25414c050a90a598c380e898853e99e6910fb4c.tar.gz
spelling
-rw-r--r--src/evict/evict_lru.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/evict/evict_lru.c b/src/evict/evict_lru.c
index 5c622794dc2..2cca4a08ed0 100644
--- a/src/evict/evict_lru.c
+++ b/src/evict/evict_lru.c
@@ -961,10 +961,10 @@ __evict_lru_walk(WT_SESSION_IMPL *session)
queue->evict_candidates = entries;
else {
/*
- * Find the oldest read generation apart from WT_READGEN_OLDEST
- * that we have in the queue, used to set the initial value for
- * pages read into the system.
- * The queue is sorted, find the first "normal" generation.
+ * Find the oldest read generation apart that we have in the
+ * queue, used to set the initial value for pages read into the
+ * system. The queue is sorted, find the first "normal"
+ * generation.
*/
read_gen_oldest = WT_READGEN_OLDEST;
for (candidates = 0; candidates < entries; ++candidates) {