summaryrefslogtreecommitdiff
path: root/src/cryptsetup/cryptsetup.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
commitd09df6b94e0c4924ea7064c79ab0441f5aff469b (patch)
tree5c79a78b875e19a80bdf7f48585defb717e69c3e /src/cryptsetup/cryptsetup.c
parenta98d69f0af505b4ccdd219f5d73dc72e9c063cc4 (diff)
downloadsystemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/cryptsetup/cryptsetup.c')
-rw-r--r--src/cryptsetup/cryptsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c
index d40fe7bfad..38ee7f8935 100644
--- a/src/cryptsetup/cryptsetup.c
+++ b/src/cryptsetup/cryptsetup.c
@@ -92,7 +92,7 @@ static bool arg_fido2_device_auto = false;
static void *arg_fido2_cid = NULL;
static size_t arg_fido2_cid_size = 0;
static char *arg_fido2_rp_id = NULL;
-static char *arg_tpm2_device = NULL; /* These and the following fields are about locking an encypted volume to the local TPM */
+static char *arg_tpm2_device = NULL; /* These and the following fields are about locking an encrypted volume to the local TPM */
static bool arg_tpm2_device_auto = false;
static uint32_t arg_tpm2_pcr_mask = UINT32_MAX;
static char *arg_tpm2_signature = NULL;