From 1264a189e963684b7c614505b36e2f737d905eee Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 20 Jun 2025 12:48:45 +0200 Subject: [PATCH] Typo in comment Co-authored-by: Miod Vallat Signed-off-by: Otto Moerbeek --- ext/lmdb-safe/lmdb-safe.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.2