From 752e1c03faeefb351e8a289f93ca8ea446ba0ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatuya=20JINMEI=20=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= Date: Thu, 24 Jul 2008 04:56:55 +0000 Subject: [PATCH] comment wording --- lib/dns/resolver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index aecf4592de..03af9731fa 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.355.12.20 2008/07/22 03:46:43 marka Exp $ */ +/* $Id: resolver.c,v 1.355.12.21 2008/07/24 04:56:55 jinmei Exp $ */ /*! \file */ @@ -2805,7 +2805,7 @@ fctx_timeout(isc_task_t *task, isc_event_t *event) { * them keep going. Since we normally use separate sockets for * different queries, we adopt the former approach to reduce * the number of open sockets: cancel the oldest query if it - * expired before the query had started (this is usually the + * expired after the query had started (this is usually the * case but is not always so, depending on the task schedule * timing). */