diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-08 14:51:01 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-08 16:01:00 +0200 |
commit | 6ee9e4bd47a919bd8567958bfcca183569747a96 (patch) | |
tree | c9430854abbfd344ca357f50504e8c6301eb1af5 /docs | |
parent | c5ee65ffabd6374a04c4bcff792c0d8781a140ab (diff) | |
download | curl-6ee9e4bd47a919bd8567958bfcca183569747a96.tar.gz |
cleanup: s/curl_debug/curl_dbg_debug in comments and docs
Leftovers from the function rename back in 76b63489495
Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/f3e0f071b14fcb46a453f69bdf4e062bcaacf362#com
mitcomment-34601751
Closes #4203
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index cd004e8f4..9ae722898 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -773,7 +773,7 @@ Track Down Memory Leaks Add a line in your application code: - `curl_memdebug("dump");` + `curl_dbg_memdebug("dump");` This will make the malloc debug system output a full trace of all resource using functions to the given file name. Make sure you rebuild your program |