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

index 38879efee4107a5d7ffd2ca03dcc47b74c54fe62..4f3665f6b911dfb6b6b28547eddf67047a80e26f 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: tsig.c,v 1.150 2011/08/29 04:02:54 marka Exp $
+ * $Id: tsig.c,v 1.151 2011/11/02 19:41:02 each Exp $
  */
 /*! \file */
 #include <config.h>
@@ -1043,7 +1043,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;