]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
comment wording
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Thu, 24 Jul 2008 05:01:50 +0000 (05:01 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Thu, 24 Jul 2008 05:01:50 +0000 (05:01 +0000)
lib/dns/resolver.c

index 79c4c9dabbaec26e5abd10ea09ed7dc3e746deef..a4b01fbae332d3e29c06b372931b5719b1c8d349 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.218.2.18.4.83 2008/07/22 04:00:37 marka Exp $ */
+/* $Id: resolver.c,v 1.218.2.18.4.84 2008/07/24 05:01:50 jinmei Exp $ */
 
 #include <config.h>
 
@@ -2570,7 +2570,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).
                 */