]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tpm2-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 06:00:49 +0000 (15:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 07:23:04 +0000 (16:23 +0900)
Follow-ups for 5a80137aa449ff0870210eb87077a5ce3ab8680b.

src/shared/tpm2-util.c

index c43616df51ef02addbb5e5a351be9f6b45a1480e..2b24b42a0f38123fd300db328e0bd4552a7eda20 100644 (file)
@@ -2057,7 +2057,7 @@ static int tpm2_get_custom_ek_template(
 /* This is the default SHA-256 authorization policy for high-range endorsement keys. High-range EKs
  * define a policy that permits the privacy administrator to delegate admin usage of the endorsement key via
  * TPM2_PolicyAuthorizeNV. There is one NV index defined per name algorithm. These and their public
- * attributes are specified in secion A.1 of the "TCG EK Credential Profile for TPM Family 2.0" spec.
+ * attributes are specified in section A.1 of the "TCG EK Credential Profile for TPM Family 2.0" spec.
  *
  * This policy is:
  *
@@ -2075,7 +2075,7 @@ static int tpm2_get_custom_ek_template(
 /* This is the default SHA-384 authorization policy for high-range endorsement keys. High-range EKs
  * define a policy that permits the privacy administrator to delegate admin usage of the endorsement key via
  * TPM2_PolicyAuthorizeNV. There is one NV index defined per name algorithm. These and their public
- * attributes are specified in secion A.1 of the "TCG EK Credential Profile for TPM Family 2.0" spec.
+ * attributes are specified in section A.1 of the "TCG EK Credential Profile for TPM Family 2.0" spec.
  *
  * This policy is:
  *