From 7a30c8f783c59bffa99ac3896a5c3d7fccddf9f3 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 2 Nov 2011 19:41:02 +0000 Subject: [PATCH] edited a comment for clarity. --- lib/dns/tsig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index 38879efee4..4f3665f6b9 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -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 @@ -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;