Skip to content

Commit d9089b9

Browse files
committed
Improve rdonly counter documentation
1 parent 339b060 commit d9089b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/liblmdb/mdb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ struct MDB_txn {
13031303
MDB_txn *mt_parent; /**< parent of a nested txn */
13041304
/** Nested txn under this txn, set together with flag #MDB_TXN_HAS_CHILD */
13051305
MDB_txn *mt_child;
1306-
/** The count of nested RDONLY txns under this txn */
1306+
/** The count of nested RDONLY txns under this txn also named child txns */
13071307
atomic_uint mt_rdonly_child_count;
13081308
pgno_t mt_next_pgno; /**< next unallocated page */
13091309
#ifdef MDB_VL32

0 commit comments

Comments
 (0)