From: Thorsten Blum Date: Mon, 30 Mar 2026 10:35:15 +0000 (+0200) Subject: ecryptfs: Fix typo in ecryptfs_derive_iv function comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8717a7fa5d2ea9048f398c16ab61d8e4c8f83b8;p=thirdparty%2Flinux.git ecryptfs: Fix typo in ecryptfs_derive_iv function comment s/vale/value/ Signed-off-by: Thorsten Blum Signed-off-by: Tyler Hicks --- diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 3cc4afb8b10d..a7511acc593e 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c @@ -72,7 +72,7 @@ out: /** * ecryptfs_derive_iv - * @iv: destination for the derived iv vale + * @iv: destination for the derived iv value * @crypt_stat: Pointer to crypt_stat struct for the current inode * @offset: Offset of the extent whose IV we are to derive *