]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo in comment 13410/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 31 Oct 2023 07:59:40 +0000 (08:59 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 07:59:40 +0000 (08:59 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/recursor_cache.cc

index 9dbdced2b7efb21a8e52f66a7dac85ecf6780aa4..b2e8fe1a7ebd7bae3f59e97d1d910a008aaaa898 100644 (file)
@@ -153,7 +153,7 @@ time_t MemRecursorCache::handleHit(time_t now, MapCombo::LockedContent& content,
   time_t ttd = entry->d_ttd;
   if (ttd <= now) {
     // Expired, don't bother returning contents. Callers *MUST* check return value of get(), and only look at the entry
-    // if it returnded > 0
+    // if it returned > 0
     return ttd;
   }
   origTTL = entry->d_orig_ttl;