From: JINMEI Tatuya Date: Tue, 4 Dec 2012 17:10:56 +0000 (-0800) Subject: [2382] corrected typo in doc for createRdata() X-Git-Tag: bind10-1.0.0-beta-release~44^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=970ee33b88d3268780fc4a7d8950ba2a4a8202fd;p=thirdparty%2Fkea.git [2382] corrected typo in doc for createRdata() --- diff --git a/src/lib/dns/rdata.h b/src/lib/dns/rdata.h index 186ace2cc3..4cd63cc4f9 100644 --- a/src/lib/dns/rdata.h +++ b/src/lib/dns/rdata.h @@ -502,7 +502,7 @@ RdataPtr createRdata(const RRType& rrtype, const RRClass& rrclass, /// most of syntax and semantics errors of the input (reported as exceptions), /// calls the corresponding callback specified by the \c callbacks parameters, /// and returns a NULL smart pointer. If the caller rather wants to get -/// an exception in these cases, it can use pass a callback that internally +/// an exception in these cases, it can pass a callback that internally /// throws on error. Some critical exceptions such as \c std::bad_alloc are /// still propagated to the upper layer as it doesn't make sense to try /// recovery from such a situation within this function.