summaryrefslogtreecommitdiff
path: root/fs/ext4
diff options
context:
space:
mode:
authorLaurent Navet <laurent.navet@gmail.com>2015-07-22 07:09:45 +0300
committerTheodore Ts'o <tytso@mit.edu>2015-07-22 07:09:45 +0300
commitbb9a4e7e824e998070c2a2d1d4c67bc971ab72b8 (patch)
treeb622de53357b04f66ea372b0d7ba28167313a72d /fs/ext4
parentd76d99b219e1a233a720775c0451c310d34594e8 (diff)
downloadlinux-bb9a4e7e824e998070c2a2d1d4c67bc971ab72b8.tar.xz
ext4 crypto: fix spelling typo in comment
Signed-off-by: Laurent Navet <laurent.navet@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r--fs/ext4/crypto_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/crypto_key.c b/fs/ext4/crypto_key.c
index ce75bc8b9aef..1d510c11b100 100644
--- a/fs/ext4/crypto_key.c
+++ b/fs/ext4/crypto_key.c
@@ -30,7 +30,7 @@ static void derive_crypt_complete(struct crypto_async_request *req, int rc)
/**
* ext4_derive_key_aes() - Derive a key using AES-128-ECB
- * @deriving_key: Encryption key used for derivatio.
+ * @deriving_key: Encryption key used for derivation.
* @source_key: Source key to which to apply derivation.
* @derived_key: Derived key.
*