Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-03-22 20:16:06 +0300
committerEd Maste <emaste@FreeBSD.org>2022-11-11 18:38:39 +0300
commitcb25444c05071463d7f690590ed6288b015ec0fb (patch)
treeabf984bf3afc750a84b2a7976dca2803cf27331a
parent719e307f80c724a39814557e35ac890c75dcd402 (diff)
lib/libsecureboot: Fix some typos
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Pull Request: https://github.com/freebsd/freebsd-src/pull/544
-rw-r--r--lib/libsecureboot/openpgp/opgp_sig.c2
-rw-r--r--lib/libsecureboot/vets.c2
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);