]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
align comment w/ code [RT #18833]
authorMark Andrews <marka@isc.org>
Thu, 6 Nov 2008 02:20:14 +0000 (02:20 +0000)
committerMark Andrews <marka@isc.org>
Thu, 6 Nov 2008 02:20:14 +0000 (02:20 +0000)
lib/dns/resolver.c

index 5c9f348a5ed86e194dcf2cec46ad7a33733fe71f..5cdd8742bf1ff8465015b530565e82707677ce4f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.382 2008/10/17 21:58:09 jinmei Exp $ */
+/* $Id: resolver.c,v 1.383 2008/11/06 02:20:14 marka Exp $ */
 
 /*! \file */
 
@@ -1121,7 +1121,7 @@ fctx_setretryinterval(fetchctx_t *fctx, unsigned int rtt) {
        unsigned int us;
 
        /*
-        * We retry every .5 seconds the first two times through the address
+        * We retry every .8 seconds the first two times through the address
         * list, and then we do exponential back-off.
         */
        if (fctx->restarts < 3)