Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb9a4e7e authored by Laurent Navet's avatar Laurent Navet Committed by Theodore Ts'o
Browse files

ext4 crypto: fix spelling typo in comment

parent d76d99b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.
 *
 *