diff options
-rw-r--r-- | lib/transfer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index f8d0af87b..40af49cc0 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -1631,8 +1631,8 @@ CURLcode Curl_readwrite(struct connectdata *conn, /* - * Curl_readwrite_init() inits the readwrite session. This is inited each time for a - * transfer, sometimes multiple times on the same SessionHandle + * Curl_readwrite_init() inits the readwrite session. This is inited each time + * for a transfer, sometimes multiple times on the same SessionHandle */ CURLcode Curl_readwrite_init(struct connectdata *conn) |