From: Daniel Stenberg Date: Tue, 4 Feb 2003 18:12:41 +0000 (+0000) Subject: James Bursa corrected a bad comment X-Git-Tag: curl-7_10_4~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de6008e01ab4658b1b6bd276353ad82590c01d86;p=curl James Bursa corrected a bad comment --- diff --git a/include/curl/multi.h b/include/curl/multi.h index 365cd40b5..1d3b123a2 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -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;