mdbx: fix English typos.

Thanks to Dimitris Apostolou <dimitris.apostolou@icloud.com>
This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2023-01-10 14:16:08 +03:00
parent 702c67fc38
commit 525c4a55a4
9 changed files with 27 additions and 27 deletions

View File

@@ -1493,7 +1493,7 @@ int main(int argc, char *argv[]) {
alloc_pages = backed_pages;
}
} else {
/* LY: DB may be shrinked by writer down to the allocated pages. */
/* LY: DB may be shrunk by writer down to the allocated pages. */
if (alloc_pages > backed_pages) {
print(" ! alloc-pages %" PRIu64 " > backed-pages %" PRIu64 "\n",
alloc_pages, backed_pages);