be64_t hdr_len;
};
-/* 'integrity' information from LUKS JSON header. Currenly, only 'type' is extracted/checked. */
+/* 'integrity' information from LUKS JSON header. Currently, only 'type' is extracted/checked. */
struct luks_integrity_data {
char *type;
};
}
/* cryptsetup needs a loop device to work with a partition which has offset/size but
- * dissect may be running unpriviliged. Implement a minimal custom LUKS header parser
+ * dissect may be running unprivileged. Implement a minimal custom LUKS header parser
* checking integrity protection information. */
static int partition_is_luks2_integrity(int part_fd, uint64_t offset, uint64_t size) {
_cleanup_(sd_json_variant_unrefp) sd_json_variant *v = NULL;