From 33aea146d207a42bc580ed9e39e71cc540cc53c7 Mon Sep 17 00:00:00 2001 From: Axlgrep Date: Tue, 27 Aug 2019 11:02:18 +0800 Subject: [PATCH] Fixed eviction spelling issues --- src/evict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evict.c b/src/evict.c index 176f4c362..50e69772e 100644 --- a/src/evict.c +++ b/src/evict.c @@ -41,7 +41,7 @@ /* To improve the quality of the LRU approximation we take a set of keys * that are good candidate for eviction across freeMemoryIfNeeded() calls. * - * Entries inside the eviciton pool are taken ordered by idle time, putting + * Entries inside the eviction pool are taken ordered by idle time, putting * greater idle times to the right (ascending order). * * When an LFU policy is used instead, a reverse frequency indication is used