From 8a9a62fd2b47ab1ca330a91abb12dc044c34a67b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 15 May 2007 22:52:05 +0000 Subject: [PATCH] s/ENDS/EDNS/ --- bin/named/client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/named/client.c b/bin/named/client.c index 5cfcc153cd..e10737e32d 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.176.2.26 2007/02/26 23:45:24 tbox Exp $ */ +/* $Id: client.c,v 1.176.2.27 2007/05/15 22:52:05 marka Exp $ */ #include @@ -1087,7 +1087,7 @@ client_addopt(ns_client_t *client) { #endif /* - * No ENDS options in the default case. + * No EDNS options in the default case. */ rdata->data = NULL; rdata->length = 0; @@ -1344,7 +1344,7 @@ client_request(isc_task_t *task, isc_event_t *event) { } /* - * Do we understand this version of ENDS? + * Do we understand this version of EDNS? * * XXXRTH need library support for this! */