diff --git a/book/installation/build-for-arm-devices.md b/book/installation/build-for-arm-devices.md index 10ecafd3e..21d32c9e8 100644 --- a/book/installation/build-for-arm-devices.md +++ b/book/installation/build-for-arm-devices.md @@ -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. diff --git a/crates/storage/libmdbx-rs/mdbx-sys/src/lib.rs b/crates/storage/libmdbx-rs/mdbx-sys/src/lib.rs index 27894fc1d..6d42d3f20 100644 --- a/crates/storage/libmdbx-rs/mdbx-sys/src/lib.rs +++ b/crates/storage/libmdbx-rs/mdbx-sys/src/lib.rs @@ -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",