From 3410e28e1f0c4b0eb7ff42bf6ec85c4a6911675c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Tue, 29 Jul 2025 12:23:21 +0300 Subject: [PATCH] mdbx: fix comment typo. --- src/chk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chk.c b/src/chk.c index 3141207c..2c78d2d2 100644 --- a/src/chk.c +++ b/src/chk.c @@ -1334,7 +1334,7 @@ __cold static int chk_handle_gc(MDBX_chk_scope_t *const scope, MDBX_chk_table_t number = data->iov_len / sizeof(pgno_t) - 1; } else if (data->iov_len - (number + 1) * sizeof(pgno_t) >= /* LY: allow gap up to two page. it is ok - * and better than shink-and-retry inside gc_update() */ + * and better than shrink-and-retry inside gc_update() */ usr->env->ps * 2) chk_object_issue(scope, "entry", txnid, "extra idl space", "%" PRIuSIZE " < %" PRIuSIZE " (minor, not a trouble)", (number + 1) * sizeof(pgno_t),