mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:14:12 +08:00
mdbx: minor fix spelling.
This commit is contained in:
parent
2c18225654
commit
5d4281fbbe
1
.github/actions/spelling/expect.txt
vendored
1
.github/actions/spelling/expect.txt
vendored
@ -1273,7 +1273,6 @@ ppc
|
|||||||
pragma
|
pragma
|
||||||
pread
|
pread
|
||||||
prealloc
|
prealloc
|
||||||
prealloc'd
|
|
||||||
PREDEF
|
PREDEF
|
||||||
prefetch
|
prefetch
|
||||||
Prefetcher
|
Prefetcher
|
||||||
|
@ -1148,7 +1148,7 @@ struct MDBX_env {
|
|||||||
mdbx_thread_key_t me_txkey; /* thread-key for readers */
|
mdbx_thread_key_t me_txkey; /* thread-key for readers */
|
||||||
char *me_pathname; /* path to the DB files */
|
char *me_pathname; /* path to the DB files */
|
||||||
void *me_pbuf; /* scratch area for DUPSORT put() */
|
void *me_pbuf; /* scratch area for DUPSORT put() */
|
||||||
MDBX_txn *me_txn0; /* prealloc'd write transaction */
|
MDBX_txn *me_txn0; /* preallocated write transaction */
|
||||||
|
|
||||||
MDBX_dbx *me_dbxs; /* array of static DB info */
|
MDBX_dbx *me_dbxs; /* array of static DB info */
|
||||||
uint16_t *me_dbflags; /* array of flags from MDBX_db.md_flags */
|
uint16_t *me_dbflags; /* array of flags from MDBX_db.md_flags */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user