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

index a7ba0ee13b0b85e142c2c9d0458bf6a97e9fc860..33a554af3ad06af85504a6c6e2d135be79773e83 100644 (file)
@@ -243,7 +243,7 @@ namespace channel
        not even to release it, so let's transfer it to a local object */
     auto localObj = std::move(object);
     auto ptr = localObj.get();
-    static_assert(sizeof(ptr) <= PIPE_BUF, "Writes up to PIPE_BUF are guaranted not to interleaved and to either fully succeed or fail");
+    static_assert(sizeof(ptr) <= PIPE_BUF, "Writes up to PIPE_BUF are guaranteed not to interleaved and to either fully succeed or fail");
     while (true) {
 #if __SANITIZE_THREAD__
       __tsan_release(ptr);