From 2a5cbe64452af6d140239e47eb04042010e02b38 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Sun, 10 Feb 2019 16:23:49 +0300 Subject: [PATCH] mdbx: fix comment typo (minor). --- src/mdbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mdbx.c b/src/mdbx.c index 7d536eca..80e3ac76 100644 --- a/src/mdbx.c +++ b/src/mdbx.c @@ -5127,7 +5127,7 @@ static int __cold mdbx_read_header(MDBX_env *env, MDBX_meta *meta, /* LY: check and silently put mm_geo.now into [geo.lower...geo.upper]. * - * Copy-with-compaction by previous version of libmfbx could produce DB-file + * Copy-with-compaction by previous version of libmdbx could produce DB-file * less than meta.geo.lower bound, in case actual filling is low or no data * at all. This is not a problem as there is no damage or loss of data. * Therefore it is better not to consider such situation as an error, but