summaryrefslogtreecommitdiff
path: root/test/threadstest.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-17 12:59:19 +1000
committerPauli <pauli@openssl.org>2021-05-24 09:39:15 +1000
commitb3135f56a663711a1234e3d419aaae5fe6915f7f (patch)
treef50e9c07af99764429021a37b506be08e0612dc0 /test/threadstest.c
parentec91f1ae199aaef7d4edd00741e0ccc5630871b8 (diff)
downloadopenssl-new-b3135f56a663711a1234e3d419aaae5fe6915f7f.tar.gz
test: fix typo in comment in threadstest.c
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15278)
Diffstat (limited to 'test/threadstest.c')
-rw-r--r--test/threadstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/threadstest.c b/test/threadstest.c
index 4f05cbec54..cb9817aa28 100644
--- a/test/threadstest.c
+++ b/test/threadstest.c
@@ -366,7 +366,7 @@ static void thread_provider_load_unload(void)
* Test 2: Simple fetch worker
* Test 3: Worker downgrading a shared EVP_PKEY
* Test 4: Worker using a shared EVP_PKEY
- * Test 5: Workder loading and unloading a provider
+ * Test 5: Worker loading and unloading a provider
*/
static int test_multi(int idx)
{