git: fbdf463375fa - stable/13 - lib/libsecureboot: Fix some typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Apr 2023 07:26:30 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=fbdf463375fa3fd57a76caa036efe7ec6a77a7c5 commit fbdf463375fa3fd57a76caa036efe7ec6a77a7c5 Author: Elyes HAOUAS <ehaouas@noos.fr> AuthorDate: 2021-03-22 17:16:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-04-14 07:26:10 +0000 lib/libsecureboot: Fix some typos Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Pull Request: https://github.com/freebsd/freebsd-src/pull/544 (cherry picked from commit cb25444c05071463d7f690590ed6288b015ec0fb) --- lib/libsecureboot/openpgp/opgp_sig.c | 2 +- lib/libsecureboot/vets.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libsecureboot/openpgp/opgp_sig.c b/lib/libsecureboot/openpgp/opgp_sig.c index fcf4a708c4c3..eec3469e3457 100644 --- a/lib/libsecureboot/openpgp/opgp_sig.c +++ b/lib/libsecureboot/openpgp/opgp_sig.c @@ -75,7 +75,7 @@ initialize (void) #include <openssl/err.h> /** - * @brief intialize OpenSSL + * @brief initialize OpenSSL */ void initialize(void) diff --git a/lib/libsecureboot/vets.c b/lib/libsecureboot/vets.c index 9e2a7f204001..5ad53d3a3fac 100644 --- a/lib/libsecureboot/vets.c +++ b/lib/libsecureboot/vets.c @@ -520,7 +520,7 @@ verify_signer_xcs(br_x509_certificate *xcs, br_x509_minimal_set_rsa(&mc, &br_rsa_i31_pkcs1_vrfy); #endif #if defined(UNIT_TEST) && defined(VE_DEPRECATED_RSA_SHA1_SUPPORT) - /* This is deprecated! do not enable unless you absoultely have to */ + /* This is deprecated! do not enable unless you absolutely have to */ br_x509_minimal_set_hash(&mc, br_sha1_ID, &br_sha1_vtable); #endif br_x509_minimal_set_hash(&mc, br_sha256_ID, &br_sha256_vtable);