From: Yang Tse Date: Sat, 13 Jun 2009 00:20:41 +0000 (+0000) Subject: fix comment X-Git-Tag: curl-7_19_6~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a186565033fbd6ff83041c977593198b416b33;p=thirdparty%2Fcurl.git fix comment --- diff --git a/ares/ares_private.h b/ares/ares_private.h index c84a1d0b33..794844039a 100644 --- a/ares/ares_private.h +++ b/ares/ares_private.h @@ -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