]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment 15705/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Jun 2025 10:48:45 +0000 (12:48 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Jun 2025 10:48:45 +0000 (12:48 +0200)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
ext/lmdb-safe/lmdb-safe.hh

index ce9c86aea664acb8cccffd82c975bd637d8ce442..f9b4dbf5ce58d9c65eb021a30e613d89222628d3 100644 (file)
@@ -123,7 +123,7 @@ struct MDBOutVal; // forward declaration because of how the functions below tie
 namespace LMDBLS {
   class __attribute__((__packed__)) LSheader {
   private:
-    // Some systems #define bswap64 to __builtin_bswap64, and the body below would cause inifinite
+    // Some systems #define bswap64 to __builtin_bswap64, and the body below would cause infinite
     // recursion if we would name the function bswap64
     static auto pdns_bswap64(uint64_t value) -> uint64_t
     {