From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:34:07 +0000 (-0500) Subject: spelling: process X-Git-Tag: rec-5.4.0-alpha1~61^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e9690864f6a875d10547950c4435b6b3708aac;p=thirdparty%2Fpdns.git spelling: process Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/cachecleaner.hh b/pdns/cachecleaner.hh index 1316003636..1e0d096607 100644 --- a/pdns/cachecleaner.hh +++ b/pdns/cachecleaner.hh @@ -197,7 +197,7 @@ uint64_t pruneMutexCollectionsVector(time_t now, std::vector& maps, uint64_t // // Suppose we have 10 perfectly balanced shards, each filled with // 100 entries. So cacheSize is 1000. When cleaning 10%, after shard - // 0 we still need to processs 900 entries, spread out of 9 + // 0 we still need to process 900 entries, spread out of 9 // shards. So cacheSize becomes 900, and toTrim 90, since we cleaned // 10 items from shard 0. Our fraction remains 10%. For the last // shard, we would end up with cacheSize 100, and to clean 10.