mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: fix minor typos.
Change-Id: Ib0c62eace9c766844a3f44124b525a3c6373c620
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -1070,7 +1070,7 @@ LIBMDBX_API const char *mdbx_dump_val(const MDBX_val *key, char *const buf,
|
||||
* This flag may be changed at any time using mdbx_env_set_flags(). */
|
||||
#define MDBX_LIFORECLAIM 0x4000000u
|
||||
|
||||
/* Debuging option, fill/perturb released pages. */
|
||||
/* Debugging option, fill/perturb released pages. */
|
||||
#define MDBX_PAGEPERTURB 0x8000000u
|
||||
|
||||
/**** SYNC MODES ***************************************************************
|
||||
|
Reference in New Issue
Block a user