mdbx-doc: исправление повтора в комментарии.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2025-04-06 14:09:51 +03:00
parent 187bd59aa0
commit 6cb1b6754e

View File

@ -186,7 +186,7 @@ typedef struct reader_slot {
/* The header for the reader table (a memory-mapped lock file). */ /* The header for the reader table (a memory-mapped lock file). */
typedef struct shared_lck { typedef struct shared_lck {
/* Stamp identifying this as an MDBX file. /* 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; uint64_t magic_and_version;
/* Format of this lock file. Must be set to MDBX_LOCK_FORMAT. */ /* Format of this lock file. Must be set to MDBX_LOCK_FORMAT. */