]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
s/ENDS/EDNS/
authorMark Andrews <marka@isc.org>
Tue, 15 May 2007 21:54:08 +0000 (21:54 +0000)
committerMark Andrews <marka@isc.org>
Tue, 15 May 2007 21:54:08 +0000 (21:54 +0000)
bin/named/client.c

index 4a37acab81a71eb86ba96da17b9034e8d7a13238..7d6d0b6a0e1b2fdac369f4b06c8b4f2c0fb5904d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: client.c,v 1.245 2007/03/29 06:36:29 marka Exp $ */
+/* $Id: client.c,v 1.246 2007/05/15 21:54:08 marka Exp $ */
 
 #include <config.h>
 
@@ -1180,7 +1180,7 @@ client_addopt(ns_client_t *client) {
        rdatalist->ttl = (client->extflags & DNS_MESSAGEEXTFLAG_REPLYPRESERVE);
 
        /*
-        * No ENDS options in the default case.
+        * No EDNS options in the default case.
         */
        rdata->data = NULL;
        rdata->length = 0;