From a8da25c9d4b05ff4f2bd69971ff6e086e42f7330 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Fri, 6 Dec 2019 22:07:30 +0300 Subject: [PATCH] mdbx: fix minor typo. Change-Id: I98a60691fe35b1e53e33627ab72203ed05e07e51 --- mdbx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbx.h b/mdbx.h index 56776c19..deeff371 100644 --- a/mdbx.h +++ b/mdbx.h @@ -2294,7 +2294,7 @@ typedef struct MDBX_txn_info { * [in] txn A transaction handle returned by mdbx_txn_begin(). * [out] stat The address of an MDBX_txn_info structure * 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 * expensive and you can avoid it if corresponding fields are * not needed (see description of MDBX_txn_info above).