diff options
author | Steinar H. Gunderson <sesse@google.com> | 2007-10-04 08:06:25 +0000 |
---|---|---|
committer | Steinar H. Gunderson <sesse@google.com> | 2007-10-04 08:06:25 +0000 |
commit | 47e86f021fe189a732f643e0dfe247de24f6ea28 (patch) | |
tree | a49afaa16dada53948a8787c2894622f7dfd18d9 /ares_cancel.c | |
parent | a15a88a4e674ac5bf625ff18204b3ea785d7f725 (diff) | |
download | c-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.c | 4 |
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) |