Fix typo in comment.

This commit is contained in:
Milan Broz
2025-03-03 09:25:58 +01:00
parent 848f16bb5e
commit d792de66d5

View File

@@ -5435,7 +5435,7 @@ int crypt_activate_by_keyslot_context(struct crypt_device *cd,
return _activate_loopaes(cd, name, passphrase, passphrase_size, flags);
}
/* aquire the volume key(s) */
/* acquire the volume key(s) */
r = -EINVAL;
if (isLUKS1(cd->type)) {
if (kc->get_luks1_volume_key)