]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove repeated "keep" in comment.
authorMark Andrews <marka@isc.org>
Tue, 15 Oct 2002 03:15:28 +0000 (03:15 +0000)
committerMark Andrews <marka@isc.org>
Tue, 15 Oct 2002 03:15:28 +0000 (03:15 +0000)
lib/dns/resolver.c

index d545c7ae0865edd2a6de14eb2697b5e92662f1cc..24a3743372fb98872ca77387daf9b68f2b50eba9 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.253 2002/09/12 04:52:13 marka Exp $ */
+/* $Id: resolver.c,v 1.254 2002/10/15 03:15:28 marka Exp $ */
 
 #include <config.h>
 
@@ -3741,7 +3741,7 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname,
                 * We already know ns_name is a subdomain of fctx->domain.
                 * If ns_name is equal to fctx->domain, we're not making
                 * progress.  We return DNS_R_FORMERR so that we'll keep
-                * keep trying other servers.
+                * trying other servers.
                 */
                if (dns_name_equal(ns_name, &fctx->domain))
                        return (DNS_R_FORMERR);