git: cb25444c0507 - main - lib/libsecureboot: Fix some typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 15:39:09 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=cb25444c05071463d7f690590ed6288b015ec0fb commit cb25444c05071463d7f690590ed6288b015ec0fb Author: Elyes HAOUAS <ehaouas@noos.fr> AuthorDate: 2021-03-22 17:16:06 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-11-11 15:38:39 +0000 lib/libsecureboot: Fix some typos Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Pull Request: https://github.com/freebsd/freebsd-src/pull/544 --- 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 94475e7cad36..4375dfa76a89 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);