aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-13 00:20:41 +0000
committerYang Tse <yangsita@gmail.com>2009-06-13 00:20:41 +0000
commitd1a186565033fbd6ff83041c977593198b416b33 (patch)
tree7efd55c03db8594cde2c6e28c3ed02bba2884f91 /ares
parent067544abc586e04568c8e9026a09005187029b66 (diff)
fix comment
Diffstat (limited to 'ares')
-rw-r--r--ares/ares_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_private.h b/ares/ares_private.h
index c84a1d0b3..794844039 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