docs: dm-verity.txt: Fix a typo

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Kevin Hao
2024-02-22 09:21:52 +08:00
committed by Armin Kuster
parent 4eab875b33
commit f9f0aa774b

View File

@@ -3,7 +3,7 @@ dm-verity and Yocto/OE
The dm-verity feature provides a level of data integrity and resistance to
data tampering. It does this by creating a hash for each data block of
the underlying device as the base of a hash tree. There are many
documents out there to further explain the implementaion, such as the
documents out there to further explain the implementation, such as the
in-kernel one itself:
https://docs.kernel.org/admin-guide/device-mapper/verity.html