From a22ef19c05736933f6380fe5744bc67d06d5566b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 27 Mar 2023 22:12:56 -0600 Subject: fix an awkward sentence. --- lib/caching/arcache.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/caching/arcache.go b/lib/caching/arcache.go index c5fe190..892cf8a 100644 --- a/lib/caching/arcache.go +++ b/lib/caching/arcache.go @@ -400,9 +400,9 @@ func (c *arCache[K, V]) dblReplace() *LinkedListEntry[arcLiveEntry[K, V]] { // c.recentLive, c.frequentPinned, c.frequentLive, or c.unusedLive), // and is ready to be stored into a list by the caller. // -// The `ghostEntry` argument is the entry that the eviction (if one is -// performed) should be recorded into. It is still present in its old -// list (in case an eviction is not performed). +// If an eviction is performed, the `ghostEntry` argument is where the +// eviction should be recorded to. `ghostEntry` is still present in +// its old list, in case an eviction is not performed. // // The `arbitrary` argument is arbitrary, see the quote about it // below. -- cgit v1.1-4-g5e80