Explorar o código

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>
Laurent Navet %!s(int64=10) %!d(string=hai) anos
pai
achega
bb9a4e7e82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/ext4/crypto_key.c

+ 1 - 1
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
  * 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.
  * @source_key:   Source key to which to apply derivation.
  * @derived_key:  Derived key.
  * @derived_key:  Derived key.
  *
  *