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

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-04-07 13:00:40 +03:00
parent 1fff1f67d5
commit d9c5e40360
3 changed files with 6 additions and 6 deletions

View File

@@ -891,7 +891,7 @@ typedef struct MDBX_reader {
/* The header for the reader table (a memory-mapped lock file). */
typedef struct MDBX_lockinfo {
/* 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 mti_magic_and_version;
/* Format of this lock file. Must be set to MDBX_LOCK_FORMAT. */