creds-util: fix typo

Follow-up for 9be0a94b98.
This commit is contained in:
Yu Watanabe
2025-09-19 20:23:02 +09:00
parent b0f6d31f6f
commit 2672108a1e

View File

@@ -1209,7 +1209,7 @@ int decrypt_credential_and_warn(
* -EHWPOISON → Attempt to decode NULL key (and CREDENTIAL_ALLOW_NULL is off), but the system has a TPM and SecureBoot is on
* -EMEDIUMTYPE → File has unexpected scope, i.e. user-scoped credential is attempted to be unlocked in system scope, or vice versa
* -EDESTADDRREQ → Credential is incorrectly named (i.e. the authenticated name does not match the actual name)
* -ESTALE → Credential's valdity has passed
* -ESTALE → Credential's validity has passed
* -ESRCH → User specified for scope does not exist on this system
*
* (plus the various error codes tpm2_unseal() returns) */