Browse Source

[2098] a minor grammar fix in document

JINMEI Tatuya 12 years ago
parent
commit
740e0113d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/treenode_rrset.h

+ 1 - 1
src/lib/datasrc/memory/treenode_rrset.h

@@ -75,7 +75,7 @@ public:
     /// \brief Normal case constructor.
     /// \brief Normal case constructor.
     ///
     ///
     /// This class object is basically defined with a \c ZoneNode and
     /// This class object is basically defined with a \c ZoneNode and
-    /// \c RdataSet.  The former determine the owner name of the RRset,
+    /// \c RdataSet.  The former determines the owner name of the RRset,
     /// and the latter provides the rest of the RRset parameters.
     /// and the latter provides the rest of the RRset parameters.
     /// Since the RR class is maintained outside of the \c ZoneData,
     /// Since the RR class is maintained outside of the \c ZoneData,
     /// it must be explicitly given as a constructor parameter.
     /// it must be explicitly given as a constructor parameter.