From 47e86f021fe189a732f643e0dfe247de24f6ea28 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 4 Oct 2007 08:06:25 +0000 Subject: [PATCH] Clarified the comment over ares_cancel. --- ares_cancel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ares_cancel.c b/ares_cancel.c index 0209da83..982ebc19 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)