]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2387] Update exception description in API doc
authorMukund Sivaraman <muks@isc.org>
Thu, 14 Mar 2013 01:50:18 +0000 (07:20 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 14 Mar 2013 01:50:18 +0000 (07:20 +0530)
src/lib/dns/rdata/generic/detail/nsec3param_common.h

index 17e17f418ff30c347f8fcf407d668098044cabfc..a8b848d2837c1c23fc4189979ac8241a2ba05ee6 100644 (file)
@@ -72,8 +72,8 @@ struct ParseNSEC3ParamResult {
 /// \exception isc::BadValue The salt is not a valid hex string.
 /// \exception InvalidRdataText The given RDATA is otherwise invalid for
 /// NSEC3 or NSEC3PARAM fields.
-/// \exception MasterLexer::LexerError There was a failure reading a
-/// field from the MasterLexer.
+/// \exception MasterLexer::LexerError There was a syntax error reading
+/// field from the MasterLexer.
 ///
 /// \param rrtype_name Either "NSEC3" or "NSEC3PARAM"; used as part of
 /// exception messages.