]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
edited a comment for clarity.
authorEvan Hunt <each@isc.org>
Wed, 2 Nov 2011 19:40:35 +0000 (19:40 +0000)
committerEvan Hunt <each@isc.org>
Wed, 2 Nov 2011 19:40:35 +0000 (19:40 +0000)
lib/dns/tsig.c

index d23de41070e3be6b627ff29e9d983381f8838cdc..f316f65ce3d8a3a358b75e086d4e2a3f62ba4c07 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: tsig.c,v 1.136.18.8 2011/08/29 04:05:12 marka Exp $
+ * $Id: tsig.c,v 1.136.18.9 2011/11/02 19:40:35 each Exp $
  */
 /*! \file */
 #include <config.h>
@@ -849,7 +849,7 @@ dns_tsig_sign(dns_message_t *msg) {
                                goto cleanup_context;
 
                        /*
-                        * Digest the error and other data.
+                        * Digest other data.
                         */
                        if (tsig.otherlen > 0) {
                                r.length = tsig.otherlen;