Browse Source

[2097] Merge branch 'trac2097' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2097

JINMEI Tatuya 12 years ago
parent
commit
9c03bc8234
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/datasrc/memory/rdataset.h

+ 3 - 3
src/lib/datasrc/memory/rdataset.h

@@ -50,9 +50,9 @@ public:
 /// This class is primarily intended to be used in the in-memory data source
 /// This class is primarily intended to be used in the in-memory data source
 /// implementation, and is not supposed to be used by general applications.
 /// implementation, and is not supposed to be used by general applications.
 /// The major design goals is to keep required memory footprint for the given
 /// The major design goals is to keep required memory footprint for the given
-/// amount of data as small as possible, while providing reasonably efficient
-/// interface to examine the data, focusing on zone lookup and DNS message
-/// rendering.
+/// amount of data as small as possible, while providing a reasonably
+/// efficient interface to examine the data, focusing on zone lookup and DNS
+/// message rendering.
 ///
 ///
 /// It encodes a specific set of RRset and (when signed) its RRSIGs, excluding
 /// It encodes a specific set of RRset and (when signed) its RRSIGs, excluding
 /// the owner name and the RR class.  The owner name is supposed to be
 /// the owner name and the RR class.  The owner name is supposed to be