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

index d6b2178af8a39ee3a657b14631209e74ac1aae87..3f554aa401862739cb4f54ecbcac9a70414dc414 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.355.12.26 2008/10/17 22:01:00 jinmei Exp $ */
+/* $Id: resolver.c,v 1.355.12.27 2008/11/06 02:18:34 marka Exp $ */
 
 /*! \file */
 
@@ -1105,7 +1105,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)