1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-24 02:11:57 +00:00

fix comment

This commit is contained in:
Yang Tse
2009-06-13 00:20:41 +00:00
parent 1228991462
commit 546ef23c3e

View File

@ -340,8 +340,8 @@ long ares__tvdiff(struct timeval t1, struct timeval t2);
#ifdef CURLDEBUG
/* This is low-level hard-hacking memory leak tracking and similar. Using the
libcurl lowlevel code from within library is ugly and only works when
c-ares is built and linked with a similarly debug-build libcurl, but we do
this anyway for convenience. */
c-ares is built and linked with a similarly curldebug-enabled libcurl,
but we do this anyway for convenience. */
#include "../lib/memdebug.h"
#endif