]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rsa: fix typo in $(PHASE_)RSA_VERIFY_WITH_PKEY help text
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 29 Oct 2025 11:20:27 +0000 (12:20 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 6 Nov 2025 23:32:33 +0000 (17:32 -0600)
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
lib/rsa/Kconfig

index 9033384e60a3355504ba5c8a1ea3abaf37a9e601..3eda4bc61b9f669a25e0cfc88b47857ca180a991 100644 (file)
@@ -44,7 +44,7 @@ config RSA_VERIFY_WITH_PKEY
          This does not suit the use case where there is no way defined to
          provide such additional key properties in standardized form,
          particularly UEFI secure boot.
-         This options enables RSA signature verification with a public key
+         This option enables RSA signature verification with a public key
          directly specified in image_sign_info, where all the necessary
          key properties will be calculated on the fly in verification code.
 
@@ -62,7 +62,7 @@ config SPL_RSA_VERIFY_WITH_PKEY
          This does not suit the use case where there is no way defined to
          provide such additional key properties in standardized form,
          particularly UEFI secure boot.
-         This options enables RSA signature verification with a public key
+         This option enables RSA signature verification with a public key
          directly specified in image_sign_info, where all the necessary
          key properties will be calculated on the fly in verification code
          in the SPL.