]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2096] a bit more editorial cleanups: typo in class name, some blank lines
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 23 Aug 2012 21:12:59 +0000 (14:12 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 23 Aug 2012 21:12:59 +0000 (14:12 -0700)
src/lib/datasrc/memory/rdata_reader.h

index 5069a77cb26692c35b206758602e0c208f3ef99e..b2aeb1f530b5a55dc93a808469e991e33d3dc1a6 100644 (file)
@@ -34,7 +34,7 @@ namespace memory {
 
 /// \brief Class to read serialized rdata
 ///
-/// This class allows you to read the data encoded by RDataEncoder.
+/// This class allows you to read the data encoded by RdataEncoder.
 /// It is rather low-level -- it provides sequence of data fields.
 /// Each field is either opaque data, passed as a pointer and length,
 /// or a name, in the form of dns::LabelSequence (which is always
@@ -157,6 +157,7 @@ public:
             }
         }
     }
+
     /// \brief Step to next field of RRSig data.
     ///
     /// This is almost the same as next(), but it iterates through the
@@ -170,6 +171,7 @@ public:
     void iterateAllSigs() {
         while (nextSig() != RRSET_BOUNDARY) { }
     }
+
     /// \brief Iterate through the current RRSig Rdata.
     ///
     /// This is almote the same as iterateRdata, except it is for single