Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Mar 6, 2025
1 parent 848f16b commit d792de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d792de6

Please sign in to comment.