]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2382] corrected typo in doc for createRdata()
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Dec 2012 17:10:56 +0000 (09:10 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Dec 2012 17:10:56 +0000 (09:10 -0800)
src/lib/dns/rdata.h

index 186ace2cc3da7f1000ef7c73c7f4765b0ca9135e..4cd63cc4f9f7daf714fba0b2cbf734f82148fa14 100644 (file)
@@ -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.