axtls: Fixed too long source line
authorDan Fandrich <dan@coneharvesters.com>
Sat, 17 May 2014 07:31:30 +0000 (09:31 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 17 May 2014 09:54:48 +0000 (11:54 +0200)
lib/vtls/axtls.c

index 7d041a2..36cb7ad 100644 (file)
@@ -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");