diff mbox series

[meta-security,1/3] docs: dm-verity.txt: Fix a typo

Message ID 20240222012154.386022-2-haokexin@gmail.com
State New
Headers show
Series dm-verity: Fix wic image build errors when using the wic/*.wks.in | expand

Commit Message

Kevin Hao Feb. 22, 2024, 1:21 a.m. UTC
From: Kevin Hao <kexin.hao@windriver.com>

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
---
 docs/dm-verity.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/docs/dm-verity.txt b/docs/dm-verity.txt
index c2dce739790d..a538fa20bafe 100644
--- a/docs/dm-verity.txt
+++ b/docs/dm-verity.txt
@@ -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