From de6008e01ab4658b1b6bd276353ad82590c01d86 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Feb 2003 18:12:41 +0000 Subject: [PATCH] James Bursa corrected a bad comment --- include/curl/multi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;