diff options
Diffstat (limited to 'src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c')
-rw-r--r-- | src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c b/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c index 8e26f4f0d0..3b3fe2c1e0 100644 --- a/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c +++ b/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c @@ -54,7 +54,7 @@ _public_ int cryptsetup_token_open_pin( * (alternatively: name is set to null, flags contains CRYPT_ACTIVATE_ALLOW_UNBOUND_KEY * and token is assigned to at least single keyslot). * - * - if plugin defines validate funtion (see cryptsetup_token_validate below) it must have + * - if plugin defines validate function (see cryptsetup_token_validate below) it must have * passed the check (aka return 0) */ _public_ int cryptsetup_token_open( |