From 6cb1b6754e77b1397bb54d417167c16066d56c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sun, 6 Apr 2025 14:09:51 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-doc:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B2=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B0=20=D0=B2=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout-lck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout-lck.h b/src/layout-lck.h index accf79a9..5c8022f4 100644 --- a/src/layout-lck.h +++ b/src/layout-lck.h @@ -186,7 +186,7 @@ typedef struct reader_slot { /* The header for the reader table (a memory-mapped lock file). */ typedef struct shared_lck { /* Stamp identifying this as an MDBX file. - * It must be set to MDBX_MAGIC with with MDBX_LOCK_VERSION. */ + * It must be set to MDBX_MAGIC with MDBX_LOCK_VERSION. */ uint64_t magic_and_version; /* Format of this lock file. Must be set to MDBX_LOCK_FORMAT. */