From: Mark Andrews Date: Thu, 6 Nov 2008 02:20:14 +0000 (+0000) Subject: align comment w/ code [RT #18833] X-Git-Tag: v9.6.1~37 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2cada193124def659318e00fbb0afd6aa4d72630;p=thirdparty%2Fbind9.git align comment w/ code [RT #18833] --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 5c9f348a5ed..5cdd8742bf1 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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)