Parcourir la source

[2435] Fix order of words in comment

Mukund Sivaraman il y a 12 ans
Parent
commit
d7fd34a4bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dns/rrset_collection_base.h

+ 1 - 1
src/lib/dns/rrset_collection_base.h

@@ -27,7 +27,7 @@ namespace dns {
 
 /// \brief Error during RRsetCollectionBase find() operation
 ///
-/// This exception is thrown when an calling implementation of
+/// This exception is thrown when calling an implementation of
 /// \c RRsetCollectionBase::find() results in an error which is not due
 /// to unmatched data, but because of some other underlying error
 /// condition.