mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:53:34 +03:00
Fixed a few comment typos (from the FreeBSD ports)
This commit is contained in:
parent
bf2277e263
commit
15eaf27bc7
3 changed files with 4 additions and 4 deletions
|
|
@ -186,7 +186,7 @@ typedef size_t (*curl_write_callback)(char *buffer,
|
|||
size_t nitems,
|
||||
void *outstream);
|
||||
|
||||
/* this is the return codes for the seek callbacks */
|
||||
/* These are the return codes for the seek callbacks */
|
||||
#define CURL_SEEKFUNC_OK 0
|
||||
#define CURL_SEEKFUNC_FAIL 1 /* fail the entire transfer */
|
||||
#define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so
|
||||
|
|
@ -1516,7 +1516,7 @@ CURL_EXTERN void curl_free(void *p);
|
|||
* DESCRIPTION
|
||||
*
|
||||
* curl_global_init() should be invoked exactly once for each application that
|
||||
* uses libcurl and before any call of other libcurl function.
|
||||
* uses libcurl and before any call of other libcurl functions.
|
||||
*
|
||||
* This function is not thread-safe!
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue