chore: mbdx → mdbx typos (#5828)

This commit is contained in:
Bjerg
2023-12-20 07:17:58 +02:00
committed by GitHub
parent b1d0dc41c2
commit 282f4ffb9f
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ If both your CPU architecture and the memory layout are valid, the instructions
> This error is documented [here](https://github.com/paradigmxyz/reth/issues/2211).
This error is raised whenever MBDX can not open a database due to the limitations imposed by the memory layout of your kernel. If the user space is limited to 512GB, the database will not be able to grow below this size.
This error is raised whenever MDBX can not open a database due to the limitations imposed by the memory layout of your kernel. If the user space is limited to 512GB, the database will not be able to grow below this size.
You will need to recompile the Linux Kernel to fix the issue.

View File

@ -1,4 +1,4 @@
//! [`libmbdx`](https://github.com/erthink/libmdbx) bindings.
//! [`libmdbx`](https://github.com/erthink/libmdbx) bindings.
#![doc(
html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",