]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_main: fix typo in comment
author8U61ife <19950523.tw@gmail.com>
Mon, 4 Oct 2021 21:25:23 +0000 (05:25 +0800)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 4 Oct 2021 21:38:58 +0000 (23:38 +0200)
Closes: #7811
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
src/tool_main.c

index b40c8e9a80dba0a7b2f38d8c6c892f187c0f2de2..23ba6cb2009d7553ec1d4eeb72210cc4db71251b 100644 (file)
@@ -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 */