]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: possible
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:32:59 +0000 (12:32 -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/recursordist/rec-eventtrace.hh

index f6373172bf55ab2f15aa49c50cd3ce30ec86cd73..28ae8c2ebaa94ed67e734990e41a5f496d81c55f 100644 (file)
@@ -195,7 +195,7 @@ public:
     }
     if (stamp < d_base) {
       // If we get a ts before d_base, we adjust d_base and the existing events
-      // This is possble if we add a kernel provided packet timestamp in the future
+      // This is possible if we add a kernel provided packet timestamp in the future
       // (Though it seems those timestamps do not use CLOCK_MONOTONIC...)
       const int64_t adj = d_base - stamp;
       for (auto& iter : d_events) {