]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: process
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:34:07 +0000 (12:34 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/cachecleaner.hh

index 13160036366bb34f25ecf195199f5b7cfd417f13..1e0d096607dc40de5c081f826eebf06c1deaafa7 100644 (file)
@@ -197,7 +197,7 @@ uint64_t pruneMutexCollectionsVector(time_t now, std::vector<T>& 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.