From b74e3d974b056ed91d4d8e739757236511c22b08 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 23 Jun 2000 17:30:59 +0000 Subject: [PATCH] comment update --- lib/dns/include/dns/dispatch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h index 1010f4a626..fc5df60923 100644 --- a/lib/dns/include/dns/dispatch.h +++ b/lib/dns/include/dns/dispatch.h @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: dispatch.h,v 1.31 2000/06/23 02:59:28 tale Exp $ */ +/* $Id: dispatch.h,v 1.32 2000/06/23 17:30:59 marka Exp $ */ #ifndef DNS_DISPATCH_H #define DNS_DISPATCH_H 1 @@ -267,7 +267,7 @@ dns_dispatch_detach(dns_dispatch_t **dispp); void dns_dispatch_starttcp(dns_dispatch_t *disp); /* - * Start processing of a TCP dispatch. + * Start processing of a TCP dispatch once the socket connects. * * Requires: * 'disp' is valid.