From: Otto Moerbeek Date: Fri, 20 Jun 2025 10:48:45 +0000 (+0200) Subject: Typo in comment X-Git-Tag: rec-5.3.0-alpha1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1264a189e963684b7c614505b36e2f737d905eee;p=thirdparty%2Fpdns.git Typo in comment Co-authored-by: Miod Vallat Signed-off-by: Otto Moerbeek --- diff --git a/ext/lmdb-safe/lmdb-safe.hh b/ext/lmdb-safe/lmdb-safe.hh index ce9c86aea6..f9b4dbf5ce 100644 --- a/ext/lmdb-safe/lmdb-safe.hh +++ b/ext/lmdb-safe/lmdb-safe.hh @@ -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 {