aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-17 13:49:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-17 13:49:01 +0000
commitba3e7a8656d90152eafacc82486c9e8cd6671fc1 (patch)
tree100a1458d343838b837314767a1db686b54ee9e9 /lib/http.c
parent240bae4eb2c10d3fb3b31ff78b8ec6e1b5899166 (diff)
rephrased comment
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index bf71f89c2..cffcac002 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -1832,7 +1832,7 @@ CURLcode Curl_http_done(struct connectdata *conn,
if(status != CURLE_OK)
return (status);
- if(!premature && /* this check is pointless is the DONE is done before the
+ if(!premature && /* this check is pointless when DONE is called before the
entire operation is complete */
!conn->bits.retry &&
((http->readbytecount +