]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ecryptfs: Fix typo in ecryptfs_derive_iv function comment
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 30 Mar 2026 10:35:15 +0000 (12:35 +0200)
committerTyler Hicks <code@tyhicks.com>
Thu, 2 Apr 2026 22:22:02 +0000 (17:22 -0500)
s/vale/value/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Tyler Hicks <code@tyhicks.com>
fs/ecryptfs/crypto.c

index 3cc4afb8b10db8ed3423f04ffe599933d37294c9..a7511acc593e4a8bdc72935f5c969973f2c12e7c 100644 (file)
@@ -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
  *