From: Evan Hunt Date: Wed, 2 Nov 2011 19:40:35 +0000 (+0000) Subject: edited a comment for clarity. X-Git-Tag: v9.6-ESV-R6b1~62 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6998d04941d82c8b68f792b8d5ce816288d2eae5;p=thirdparty%2Fbind9.git edited a comment for clarity. --- diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index d23de41070e..f316f65ce3d 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -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 @@ -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;