From: Yu Watanabe Date: Wed, 5 Nov 2025 09:18:46 +0000 (+0900) Subject: tpm2-setup: fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5468cd269fe642091ae974b35b84155d94f7a0dc;p=thirdparty%2Fsystemd.git tpm2-setup: fix typo Follow-up for 8a6e77f1a8088bb6c7877e256bcc1f1e71552819. --- diff --git a/src/tpm2-setup/tpm2-setup.c b/src/tpm2-setup/tpm2-setup.c index baa485debee..ac1b91909eb 100644 --- a/src/tpm2-setup/tpm2-setup.c +++ b/src/tpm2-setup/tpm2-setup.c @@ -467,7 +467,7 @@ static int setup_nvpcr(void) { if (c.n_already > 0 && c.n_anchored == 0 && !arg_early) { /* If we didn't anchor anything right now, but we anchored something earlier, then it might - * have happened in the initrd, and thus the anchor ID was not commited to /var/ or the ESP + * have happened in the initrd, and thus the anchor ID was not committed to /var/ or the ESP * yet. Hence, let's explicitly do so now, to catch up. */ r = tpm2_nvpcr_acquire_anchor_secret(/* ret= */ NULL, /* sync_secondary= */ true);