mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix typo in comment.
This commit is contained in:
@@ -489,7 +489,7 @@ static int crypt_uuid_type_cmp(struct crypt_device *cd, const char *type)
|
||||
size_t len;
|
||||
int r;
|
||||
|
||||
/* Must user header-on-disk if we know type here */
|
||||
/* Must use header-on-disk if we know the type here */
|
||||
if (cd->type || !cd->u.none.active_name)
|
||||
return -EINVAL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user