diff options
author | Laurent Navet | 2015-07-22 00:09:45 -0400 |
---|---|---|
committer | Theodore Ts'o | 2015-07-22 00:09:45 -0400 |
commit | bb9a4e7e824e998070c2a2d1d4c67bc971ab72b8 (patch) | |
tree | b622de53357b04f66ea372b0d7ba28167313a72d /fs/ext4 | |
parent | d76d99b219e1a233a720775c0451c310d34594e8 (diff) |
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.c | 2 |
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. * |