mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:57:21 +03:00
curl.h: update comment typo
"routines with be invoked" -> "routines will be invoked" Closes #5279
This commit is contained in:
parent
2d137dedb3
commit
f807d163c9
1 changed files with 1 additions and 1 deletions
|
|
@ -2434,7 +2434,7 @@ CURL_EXTERN CURLcode curl_global_init(long flags);
|
|||
* initialize libcurl and set user defined memory management callback
|
||||
* functions. Users can implement memory management routines to check for
|
||||
* memory leaks, check for mis-use of the curl library etc. User registered
|
||||
* callback routines with be invoked by this library instead of the system
|
||||
* callback routines will be invoked by this library instead of the system
|
||||
* memory management routines like malloc, free etc.
|
||||
*/
|
||||
CURL_EXTERN CURLcode curl_global_init_mem(long flags,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue