]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tpm2-setup: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 5 Nov 2025 09:18:46 +0000 (18:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 5 Nov 2025 09:18:49 +0000 (18:18 +0900)
Follow-up for 8a6e77f1a8088bb6c7877e256bcc1f1e71552819.

src/tpm2-setup/tpm2-setup.c

index baa485debee2b13540a0935780391fcdbf4ed8a4..ac1b91909ebfd827f449dfa4084c85012a516cf6 100644 (file)
@@ -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);