From e6a6d0778cfa9ea83a6ae0c37f50d5cd8bb111f7 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Fri, 22 Aug 2008 23:47:17 +0000 Subject: [PATCH] update copyright notice --- lib/dns/resolver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index ba229a8b94..30465ecb67 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.378 2008/08/22 05:00:29 marka Exp $ */ +/* $Id: resolver.c,v 1.379 2008/08/22 23:47:17 tbox Exp $ */ /*! \file */ @@ -2118,9 +2118,9 @@ random_bits(fetchctx_t *fctx, isc_uint32_t bits) { /* * Add some random jitter to a server's RTT value so that the * order of queries will be unpredictable. - * + * * RTT values of servers which have been tried are fuzzed by 128 ms. - * Servers that haven't been tried yet have their RTT set to a random + * Servers that haven't been tried yet have their RTT set to a random * value between 0 ms and 7 ms; they should get to go first, but in * unpredictable order. */