diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 18:12:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 18:12:41 +0000 |
commit | de6008e01ab4658b1b6bd276353ad82590c01d86 (patch) | |
tree | ce34fdeffa320dcd79adba56be2009f1e4ce138b | |
parent | 6417e696df28a8e6cc39fce046198c2ec072f129 (diff) |
James Bursa corrected a bad comment
-rw-r--r-- | include/curl/multi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |