test: fix typo in comment in threadstest.c
authorPauli <pauli@openssl.org>
Mon, 17 May 2021 02:59:19 +0000 (12:59 +1000)
committerPauli <pauli@openssl.org>
Sun, 23 May 2021 23:39:15 +0000 (09:39 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15278)

test/threadstest.c

index 4f05cbec544c825f820ef9457086a1e6d87707d1..cb9817aa28a7828abdf48b44a970e4538232e551 100644 (file)
@@ -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)
 {