Skip to content

Commit c8717a7

Browse files
tobluxtyhicks
authored andcommitted
ecryptfs: Fix typo in ecryptfs_derive_iv function comment
s/vale/value/ Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Tyler Hicks <code@tyhicks.com>
1 parent 1601fe9 commit c8717a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ecryptfs/crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static int ecryptfs_crypto_api_algify_cipher_name(char **algified_name,
7272

7373
/**
7474
* ecryptfs_derive_iv
75-
* @iv: destination for the derived iv vale
75+
* @iv: destination for the derived iv value
7676
* @crypt_stat: Pointer to crypt_stat struct for the current inode
7777
* @offset: Offset of the extent whose IV we are to derive
7878
*

0 commit comments

Comments
 (0)