summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2022-08-23 20:33:58 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-23 18:21:43 +0100
commit5af0050147ee0fce640722108639f3f7a72353b6 (patch)
treeb34e9ba9255884b0da6ae8193fe1679aa24e79b9 /crypto/engine
parent86699ac6ef49bd6578f0a125f8c018e2ab9298bb (diff)
crypto: Fix various typos, repeated words, align some spelling to LDP.
partially revamped from #16712 - fall thru -> fall through - time stamp -> timestamp - file name -> filename - host name -> hostname Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19059) (cherry picked from commit 1567a821a4616f59748fa8982724f88e542867d6)
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/eng_init.c b/crypto/engine/eng_init.c
index 343a069fa0..3293293050 100644
--- a/crypto/engine/eng_init.c
+++ b/crypto/engine/eng_init.c
@@ -14,7 +14,7 @@
#include "eng_local.h"
/*
- * Initialise a engine type for use (or up its functional reference count if
+ * Initialise an engine type for use (or up its functional reference count if
* it's already in use). This version is only used internally.
*/
int engine_unlocked_init(ENGINE *e)
@@ -41,7 +41,7 @@ int engine_unlocked_init(ENGINE *e)
}
/*
- * Free a functional reference to a engine type. This version is only used
+ * Free a functional reference to an engine type. This version is only used
* internally.
*/
int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)