]> granicus.if.org Git - curl/commitdiff
rephrased comment
authorDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2008 13:49:01 +0000 (13:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2008 13:49:01 +0000 (13:49 +0000)
lib/http.c

index bf71f89c2bec9e4038e22654dbc965f9a5887f83..cffcac00285c51991ed24ba1a724260d6e02f1a3 100644 (file)
@@ -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 +