]> granicus.if.org Git - curl/commitdiff
James Bursa corrected a bad comment
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2003 18:12:41 +0000 (18:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2003 18:12:41 +0000 (18:12 +0000)
include/curl/multi.h

index 365cd40b565afb7af56f7f171ceb19fbbe6fd965..1d3b123a29bd44f806f1dd6db5872eca6259914b 100644 (file)
@@ -73,7 +73,7 @@ typedef enum {
 
 typedef enum {
   CURLMSG_NONE, /* first, not used */
-  CURLMSG_DONE, /* This easy handle has completed. 'whatever' points to
+  CURLMSG_DONE, /* This easy handle has completed. 'result' contains
                    the CURLcode of the transfer */
   CURLMSG_LAST /* last, not used */
 } CURLMSG;