From: Laurent Navet Date: Wed, 22 Jul 2015 04:09:45 +0000 (-0400) Subject: ext4 crypto: fix spelling typo in comment X-Git-Tag: v4.14-rc1~4774^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb9a4e7e824e998070c2a2d1d4c67bc971ab72b8;p=platform%2Fkernel%2Flinux-rpi.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 ce75bc8..1d510c1 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. *