Browse Source

[2387] Update exception description in API doc

Mukund Sivaraman 12 years ago
parent
commit
0318fc199d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dns/rdata/generic/detail/nsec3param_common.h

+ 2 - 2
src/lib/dns/rdata/generic/detail/nsec3param_common.h

@@ -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
+/// a field from the MasterLexer.
 ///
 /// \param rrtype_name Either "NSEC3" or "NSEC3PARAM"; used as part of
 /// exception messages.