From: Jelte Jansen Date: Thu, 11 Oct 2012 12:09:15 +0000 (+0200) Subject: [2223] small change in comment X-Git-Tag: trac2402_base~20^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6c74caf3dc0aef52b89c78ebbcd02fcc5e47609;p=thirdparty%2Fkea.git [2223] small change in comment --- diff --git a/src/lib/testutils/dnsmessage_test.h b/src/lib/testutils/dnsmessage_test.h index ab0f823e20..bdf222366b 100644 --- a/src/lib/testutils/dnsmessage_test.h +++ b/src/lib/testutils/dnsmessage_test.h @@ -185,8 +185,9 @@ namespace { /// \param begin end of iterator (of any RRset type) /// /// \return the number of RRsets in the given iterator, plus -/// the number of Signature sets (each RRset with signatures -/// is counted as 2 'rrsets') +/// the number of signature RRsets (each RRset with signatures +/// is counted as 2 'rrsets', as if the signatures over an RRset +/// are a separate RRset in the original iterator) template size_t countRRsetsAndSigs(ITERATOR_TYPE begin, ITERATOR_TYPE end) {