Browse Source

[2223] small change in comment

Jelte Jansen 12 years ago
parent
commit
a6c74caf3d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/lib/testutils/dnsmessage_test.h

+ 3 - 2
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<typename ITERATOR_TYPE>
 size_t
 countRRsetsAndSigs(ITERATOR_TYPE begin, ITERATOR_TYPE end) {