diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-13 00:20:41 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-13 00:20:41 +0000 |
commit | 546ef23c3eb6ccc8b3c8311c4bf0c47b3a0ca8ca (patch) | |
tree | ea45b424d0b1aa6a106371d3e6e6df20a904d76b | |
parent | 12289914626a32f13983d1b752d25d9b9827d949 (diff) | |
download | c-ares-546ef23c3eb6ccc8b3c8311c4bf0c47b3a0ca8ca.tar.gz c-ares-546ef23c3eb6ccc8b3c8311c4bf0c47b3a0ca8ca.tar.bz2 c-ares-546ef23c3eb6ccc8b3c8311c4bf0c47b3a0ca8ca.zip |
fix comment
-rw-r--r-- | ares_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_private.h b/ares_private.h index c84a1d0..7948440 100644 --- a/ares_private.h +++ b/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 |