Browse Source

[2435] Fix order of words in comment

Mukund Sivaraman 12 years ago
parent
commit
d7fd34a4bf
1 changed files with 1 additions and 1 deletions
  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.