Skip to content

Commit d792de6

Browse files
committed
Fix typo in comment.
1 parent 848f16b commit d792de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5435,7 +5435,7 @@ int crypt_activate_by_keyslot_context(struct crypt_device *cd,
54355435
return _activate_loopaes(cd, name, passphrase, passphrase_size, flags);
54365436
}
54375437

5438-
/* aquire the volume key(s) */
5438+
/* acquire the volume key(s) */
54395439
r = -EINVAL;
54405440
if (isLUKS1(cd->type)) {
54415441
if (kc->get_luks1_volume_key)

0 commit comments

Comments
 (0)