]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Jan 2023 13:41:46 +0000 (14:41 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 13:41:46 +0000 (14:41 +0100)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
pdns/recursordist/pdns_recursor.cc

index 9f73f08a01627c657d3b96f6cd3509a4b272dc19..93c414dba09d6dc5425a3f205d2b12aaa2a09733 100644 (file)
@@ -277,7 +277,7 @@ LWResult::Result asendto(const char* data, size_t len, int flags,
     auto chain = MT->d_waiters.equal_range(pident, PacketIDBirthdayCompare());
 
     for (; chain.first != chain.second; chain.first++) {
-      // Line below detected an issue with the two ways of ordering PackeIDs (birtday and non-birthday)
+      // Line below detected an issue with the two ways of ordering PacketIDs (birthday and non-birthday)
       assert(chain.first->key->domain == pident->domain);
       // don't chain onto existing chained waiter or a chain already processed
       if (chain.first->key->fd > -1 && !chain.first->key->closed) {