diff options
author | Pauli <pauli@openssl.org> | 2021-05-17 04:59:19 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-24 01:39:15 +0200 |
commit | b3135f56a663711a1234e3d419aaae5fe6915f7f (patch) | |
tree | f50e9c07af99764429021a37b506be08e0612dc0 /test/threadstest.c | |
parent | core: condition out more in FIPS builds (diff) | |
download | openssl-b3135f56a663711a1234e3d419aaae5fe6915f7f.tar.xz openssl-b3135f56a663711a1234e3d419aaae5fe6915f7f.zip |
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.c | 2 |
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) { |