From: Steinar H. Gunderson Date: Thu, 4 Oct 2007 08:06:25 +0000 (+0000) Subject: Clarified the comment over ares_cancel. X-Git-Tag: curl-7_17_1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c6db9ac43f74ebc01edb2efbfb014df4f8783e;p=thirdparty%2Fcurl.git Clarified the comment over ares_cancel. --- diff --git a/ares/ares_cancel.c b/ares/ares_cancel.c index 0209da83b1..982ebc19fd 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)