From: Yu Watanabe Date: Mon, 20 Jul 2026 06:01:28 +0000 (+0900) Subject: tpm2-util: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f9b660c3c659904b0f35ce6dd463dad2c93ed9;p=thirdparty%2Fsystemd.git tpm2-util: fix typo Follow-up for 2348941b5dab8b5851553a5271c0dbe7c7ad838a. --- diff --git a/src/shared/tpm2-util.c b/src/shared/tpm2-util.c index 2b24b42a0f3..d0758efdc99 100644 --- a/src/shared/tpm2-util.c +++ b/src/shared/tpm2-util.c @@ -5031,7 +5031,7 @@ static void tpm2_make_policy_ref(const char *policy_ref, TPM2B_NONCE *ret_policy * As we don't know what the maximum digest size supported by the TPM is when publishing a * signed policy, we pick SHA256 which is universally supported on PC-Client devices. Ideally the * algorithm ID would be prepended to the digest, but we don't know if the TPM2B_NONCE type can - * accomodate this. For this reason, the digest algorithm here should match the one used to create + * accommodate this. For this reason, the digest algorithm here should match the one used to create * the approved digest for the corresponding policy, which is always SHA256 at the moment. * * Note that we return a policy ref size of 0 if no string is supplied in order to maintain