diff options
author | 8U61ife <19950523.tw@gmail.com> | 2021-10-05 05:25:23 +0800 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2021-10-04 23:38:58 +0200 |
commit | 5ce380d65a183f6d9358c3c4df71a880fcf5c736 (patch) | |
tree | 622244fb598fdf1b71f398c2edcbae6caaf56af4 /src | |
parent | a232788ad83ac8cb93ab92df7bc4722dd276d376 (diff) | |
download | curl-5ce380d65a183f6d9358c3c4df71a880fcf5c736.tar.gz |
tool_main: fix typo in comment
Closes: #7811
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_main.c b/src/tool_main.c index b40c8e9a8..23ba6cb20 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -118,7 +118,7 @@ static void memory_tracking_init(void) curl_free(env); curl_dbg_memdebug(fname); /* this weird stuff here is to make curl_free() get called before - curl_gdb_memdebug() as otherwise memory tracking will log a free() + curl_dbg_memdebug() as otherwise memory tracking will log a free() without an alloc! */ } /* if CURL_MEMLIMIT is set, this enables fail-on-alloc-number-N feature */ |