diff --git a/include/curl/multi.h b/include/curl/multi.h index 365cd40b565afb7af56f7f171ceb19fbbe6fd965..1d3b123a29bd44f806f1dd6db5872eca6259914b 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;