mdbx: fix minor comment typo.

Change-Id: I56a465e820a49d13c49fb3bd05add970b0eebb14
This commit is contained in:
Leonid Yuriev 2019-03-14 00:13:13 +03:00
parent 73f8839a97
commit 6e3725457d

View File

@ -13254,7 +13254,7 @@ __hot static int cursor_diff(const MDBX_cursor *const __restrict x,
__hot static ptrdiff_t estimate(const MDBX_db *db,
struct diff_result *const __restrict dr) {
/* root: branch-page => scale = leaf-factor * branch-factor(N-1)
/* root: branch-page => scale = leaf-factor * branch-factor^(N-1)
* level-1: branch-page(s) => scale = leaf-factor * branch-factor^2
* level-2: branch-page(s) => scale = leaf-factor * branch-factor
* level-N: branch-page(s) => scale = leaf-factor