summaryrefslogtreecommitdiffstats
path: root/test/provider_pkey_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/provider_pkey_test.c')
-rw-r--r--test/provider_pkey_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/provider_pkey_test.c b/test/provider_pkey_test.c
index 3b190baa5e..7e69f4bbd5 100644
--- a/test/provider_pkey_test.c
+++ b/test/provider_pkey_test.c
@@ -93,7 +93,7 @@ static int test_pkey_sig(void)
/*
* If this picks the wrong signature without realizing it
* we can get a segfault or some internal error. At least watch
- * whether fake-rsa sign_init is is exercised by calling sign.
+ * whether fake-rsa sign_init is exercised by calling sign.
*/
if (!TEST_int_eq(EVP_PKEY_sign_init(ctx), 1))
goto end;