summaryrefslogtreecommitdiff
path: root/ares_cancel.c
diff options
context:
space:
mode:
authorSteinar H. Gunderson <sesse@google.com>2007-10-04 08:06:25 +0000
committerSteinar H. Gunderson <sesse@google.com>2007-10-04 08:06:25 +0000
commit47e86f021fe189a732f643e0dfe247de24f6ea28 (patch)
treea49afaa16dada53948a8787c2894622f7dfd18d9 /ares_cancel.c
parenta15a88a4e674ac5bf625ff18204b3ea785d7f725 (diff)
downloadc-ares-47e86f021fe189a732f643e0dfe247de24f6ea28.tar.gz
c-ares-47e86f021fe189a732f643e0dfe247de24f6ea28.tar.bz2
c-ares-47e86f021fe189a732f643e0dfe247de24f6ea28.zip
Clarified the comment over ares_cancel.
Diffstat (limited to 'ares_cancel.c')
-rw-r--r--ares_cancel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_cancel.c b/ares_cancel.c
index 0209da8..982ebc1 100644
--- a/ares_cancel.c
+++ b/ares_cancel.c
@@ -20,8 +20,8 @@
#include "ares_private.h"
/*
- * ares_cancel() cancels a ongoing request/resolve that might be going on on
- * the given channel. It does NOT kill the channel, use ares_destroy() for
+ * ares_cancel() cancels all ongoing requests/resolves that might be going on
+ * on the given channel. It does NOT kill the channel, use ares_destroy() for
* that.
*/
void ares_cancel(ares_channel channel)