diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c index 7d041a2266996d912fe4bd52a2919a32c09eee0e..36cb7ad65a7788e64d8c078613c0b90737d93d6d 100644 --- a/lib/vtls/axtls.c +++ b/lib/vtls/axtls.c @@ -481,7 +481,7 @@ Curl_axtls_connect(struct connectdata *conn, return map_error_to_curl(ssl_fcn_return); } usleep(10000); - /* TODO: check for timeout here as this could hang indefinitely otherwise */ + /* TODO: check for timeout as this could hang indefinitely otherwise */ } infof (conn->data, "handshake completed successfully\n");