mdbx: minor fix spelling.

This commit is contained in:
Leonid Yuriev 2021-06-26 18:54:00 +03:00
parent 2c18225654
commit 5d4281fbbe
2 changed files with 1 additions and 2 deletions

View File

@ -1273,7 +1273,6 @@ ppc
pragma
pread
prealloc
prealloc'd
PREDEF
prefetch
Prefetcher

View File

@ -1148,7 +1148,7 @@ struct MDBX_env {
mdbx_thread_key_t me_txkey; /* thread-key for readers */
char *me_pathname; /* path to the DB files */
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 */
uint16_t *me_dbflags; /* array of flags from MDBX_db.md_flags */