From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:33:10 +0000 (-0500) Subject: spelling: possibility X-Git-Tag: rec-5.4.0-alpha1~61^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818eddae151e5c771bc808dc2b8c3738801f228e;p=thirdparty%2Fpdns.git spelling: possibility Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/dnsdist-tcp.hh b/pdns/dnsdistdist/dnsdist-tcp.hh index 948a90a3af..99db672533 100644 --- a/pdns/dnsdistdist/dnsdist-tcp.hh +++ b/pdns/dnsdistdist/dnsdist-tcp.hh @@ -229,7 +229,7 @@ public: uint64_t pos = d_pos++; /* we need to increment this counter _before_ writing to the pipe, - otherwise there is a very real possiblity that the other end + otherwise there is a very real possibility that the other end decrement the counter before we can increment it, leading to an underflow */ ++d_queued; if (!d_tcpclientthreads.at(pos % d_numthreads).d_querySender.send(std::move(conn))) {