aboutsummaryrefslogtreecommitdiff
path: root/ares
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
commit45c6db9ac43f74ebc01edb2efbfb014df4f8783e (patch)
tree5f123da92351ea77a03a650d8d0cc34792c17cf9 /ares
parent06be8bc3894f332f7e7ab77095aa4bdd3d5b16a4 (diff)
Clarified the comment over ares_cancel.
Diffstat (limited to 'ares')
-rw-r--r--ares/ares_cancel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_cancel.c b/ares/ares_cancel.c
index 0209da83b..982ebc19f 100644
--- a/ares/ares_cancel.c
+++ b/ares/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)