mdbx: fix minor spelling.

Change-Id: Ibab66dc18c92b0ac4fa705e10befb34e268ee1f7
This commit is contained in:
Leonid Yuriev
2021-03-20 01:24:21 +03:00
parent 9e5fe2c61d
commit 8d3b878965
4 changed files with 8 additions and 5 deletions

View File

@@ -4144,7 +4144,7 @@ int mdbx_dcmp(const MDBX_txn *txn, MDBX_dbi dbi, const MDBX_val *a,
}
/* Allocate memory for a page.
* Re-use old malloc'd pages first for singletons, otherwise just malloc.
* Re-use old malloc'ed pages first for singletons, otherwise just malloc.
* Set MDBX_TXN_ERROR on failure. */
static MDBX_page *mdbx_page_malloc(MDBX_txn *txn, unsigned num) {
MDBX_env *env = txn->mt_env;