mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-20 05:28:21 +08:00
mdbx: fix minor typo.
Change-Id: I98a60691fe35b1e53e33627ab72203ed05e07e51
This commit is contained in:
parent
3dccbb25a7
commit
a8da25c9d4
2
mdbx.h
2
mdbx.h
@ -2294,7 +2294,7 @@ typedef struct MDBX_txn_info {
|
|||||||
* [in] txn A transaction handle returned by mdbx_txn_begin().
|
* [in] txn A transaction handle returned by mdbx_txn_begin().
|
||||||
* [out] stat The address of an MDBX_txn_info structure
|
* [out] stat The address of an MDBX_txn_info structure
|
||||||
* where the information will be copied.
|
* where the information will be copied.
|
||||||
* [in[ scan_rlt The boolean flag controls the scan of the read lock table to
|
* [in] scan_rlt The boolean flag controls the scan of the read lock table to
|
||||||
* provide complete information. Such scan is relatively
|
* provide complete information. Such scan is relatively
|
||||||
* expensive and you can avoid it if corresponding fields are
|
* expensive and you can avoid it if corresponding fields are
|
||||||
* not needed (see description of MDBX_txn_info above).
|
* not needed (see description of MDBX_txn_info above).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user