summaryrefslogtreecommitdiffstats
path: root/test/asynciotest.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-08-12 20:02:24 +0200
committerFdaSilvaYY <fdasilvayy@gmail.com>2017-08-12 20:07:17 +0200
commitbdcacd93b14ed7381a922b41d74c481224ef9fa1 (patch)
tree069de6e43f984ad1847393d12ee422dcc843e5db /test/asynciotest.c
parent3c1a60e56f090f0478ab0405766003b680982745 (diff)
Fix some typo and comments
[skip ci] Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4149)
Diffstat (limited to 'test/asynciotest.c')
-rw-r--r--test/asynciotest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asynciotest.c b/test/asynciotest.c
index aa6076ba01..fdb9770251 100644
--- a/test/asynciotest.c
+++ b/test/asynciotest.c
@@ -325,7 +325,7 @@ static int test_asyncio(int test)
goto end;
/*
- * Now read the test data. It may take more attemps here because
+ * Now read the test data. It may take more attempts here because
* it could fail once for each byte read, including all overhead
* bytes from the record header/padding etc.
*/