From: Laurent Navet Date: Wed, 22 Jul 2015 04:09:45 +0000 (-0400) Subject: ext4 crypto: fix spelling typo in comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bb9a4e7e824e998070c2a2d1d4c67bc971ab72b8;p=deliverable%2Flinux.git ext4 crypto: fix spelling typo in comment Signed-off-by: Laurent Navet Signed-off-by: Theodore Ts'o --- 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. *