From: Joel Rosdahl Date: Mon, 6 Jan 2025 09:32:26 +0000 (+0100) Subject: docs: Fix typo X-Git-Tag: v4.11~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e36ecc45f58a9f6cce6494bbe6c4b47c02e033f5;p=thirdparty%2Fccache.git docs: Fix typo --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 8168a91c..339296db 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -1395,7 +1395,7 @@ cache files read on a cache hit to mark them as recently used. For performance reasons only entries in a subset of the cache are considered when automatic cleanup is triggered. This means that there is no guarantee that the oldest entries of the whole cache are evicted on each individual cleanup, -but over time the cache as a whole will be have "approximate LRU eviction" +but over time the cache as a whole will have "approximate LRU eviction" behavior.