From: Mukund Sivaraman Date: Fri, 18 Jan 2013 13:48:42 +0000 (+0530) Subject: [2435] Fix order of words in comment X-Git-Tag: bind10-1.0.0-rc-release~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7fd34a4bf69c07812461671ac8d8f0dde0ee440;p=thirdparty%2Fkea.git [2435] Fix order of words in comment --- diff --git a/src/lib/dns/rrset_collection_base.h b/src/lib/dns/rrset_collection_base.h index 5ae172a833..ae1f63ad9b 100644 --- a/src/lib/dns/rrset_collection_base.h +++ b/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.