From cb25444c05071463d7f690590ed6288b015ec0fb Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 22 Mar 2021 18:16:06 +0100 Subject: [PATCH] lib/libsecureboot: Fix some typos Signed-off-by: Elyes HAOUAS 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 /** - * @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);