Browse Source

[2751] Fix a typo

(Yes, it's "an" and not "a" here as the syllable begins with a vowel.)
Mukund Sivaraman 11 years ago
parent
commit
3d4ea50029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/rdataset.h

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

@@ -207,7 +207,7 @@ public:
                             dns::ConstRRsetPtr sig_rrset,
                             dns::ConstRRsetPtr sig_rrset,
                             const RdataSet* old_rdataset = NULL);
                             const RdataSet* old_rdataset = NULL);
 
 
-    /// \brief Subtract some RDATAs and RRSIGs from aw RdataSet
+    /// \brief Subtract some RDATAs and RRSIGs from an RdataSet
     ///
     ///
     /// Allocate and construct a new RdataSet that contains all the
     /// Allocate and construct a new RdataSet that contains all the
     /// data from the \c old_rdataset except for the ones in rrset
     /// data from the \c old_rdataset except for the ones in rrset